summaryrefslogtreecommitdiff
path: root/include/gras/callable.hpp
diff options
context:
space:
mode:
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 2405b9d..ad74dd7 100644
--- a/include/gras/callable.hpp
+++ b/include/gras/callable.hpp
@@ -97,7 +97,7 @@ struct GRAS_API Callable
* Private registration hooks
******************************************************************/
void _register_call(const std::string &, void *);
- virtual PMCC _handle_call(const std::string &, const PMCC *);
+ virtual PMCC _handle_call(const std::string &, const PMCC &);
boost::shared_ptr<void> _call_registry;
};