diff options
Diffstat (limited to 'include/gras/callable.hpp')
-rw-r--r-- | include/gras/callable.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gras/callable.hpp b/include/gras/callable.hpp index 07c6034..6b2a3b6 100644 --- a/include/gras/callable.hpp +++ b/include/gras/callable.hpp @@ -79,7 +79,7 @@ struct GRAS_API Callable ******************************************************************/ void _register_call(const std::string &, void *); virtual PMCC _handle_call(const std::string &, const std::vector<PMCC> &); - std::map<std::string, void *> _call_registry; + void *_call_registry; }; } //namespace gras |