summaryrefslogtreecommitdiff
path: root/lib/gras_impl/block_data.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gras_impl/block_data.hpp')
-rw-r--r--lib/gras_impl/block_data.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gras_impl/block_data.hpp b/lib/gras_impl/block_data.hpp
index cbc657e..664ee5a 100644
--- a/lib/gras_impl/block_data.hpp
+++ b/lib/gras_impl/block_data.hpp
@@ -18,6 +18,7 @@
namespace gras
{
+typedef boost::shared_ptr<FunctionRegistry> FunctionRegistrySptr;
typedef boost::shared_ptr<PropertyRegistry> PropertyRegistrySptr;
struct PropertyRegistryPair
{
@@ -82,6 +83,7 @@ struct BlockData
//property stuff
std::map<std::string, PropertyRegistryPair> property_registry;
+ std::map<std::string, FunctionRegistrySptr> function_registry;
BlockStats stats;
};