diff options
Diffstat (limited to 'lib/gras_impl')
-rw-r--r-- | lib/gras_impl/block_actor.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gras_impl/block_actor.hpp b/lib/gras_impl/block_actor.hpp index 269674c..a7ed6c5 100644 --- a/lib/gras_impl/block_actor.hpp +++ b/lib/gras_impl/block_actor.hpp @@ -169,6 +169,7 @@ struct BlockActor : Apology::Worker //property stuff std::map<std::string, PropertyRegistryPair> property_registry; + PMCC prop_access_dispatcher(const std::string &key, const PMCC &value, const bool set); BlockStats stats; }; |