summaryrefslogtreecommitdiff
path: root/include/gras/callable.hpp
diff options
context:
space:
mode:
authorJosh Blum2013-07-05 14:53:22 -0700
committerJosh Blum2013-07-05 14:53:22 -0700
commite23e5f43a97c72f1bf0dd240376bf89ff19f356c (patch)
tree0b41a6808f714eccc380d84d772f3f634eecd53e /include/gras/callable.hpp
parent086cf85eca88941819909f5877d9558aaa761b72 (diff)
downloadsandhi-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.hpp2
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