diff options
author | Josh Blum | 2013-07-05 14:53:22 -0700 |
---|---|---|
committer | Josh Blum | 2013-07-05 14:53:22 -0700 |
commit | e23e5f43a97c72f1bf0dd240376bf89ff19f356c (patch) | |
tree | 0b41a6808f714eccc380d84d772f3f634eecd53e /include/gras/callable.hpp | |
parent | 086cf85eca88941819909f5877d9558aaa761b72 (diff) | |
download | sandhi-e23e5f43a97c72f1bf0dd240376bf89ff19f356c.tar.gz sandhi-e23e5f43a97c72f1bf0dd240376bf89ff19f356c.tar.bz2 sandhi-e23e5f43a97c72f1bf0dd240376bf89ff19f356c.zip |
gras: save callable work compiling w/ minor unit test
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 |