summaryrefslogtreecommitdiff
path: root/include/namespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/namespace.h')
-rw-r--r--include/namespace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/namespace.h b/include/namespace.h
index cd871d4..1775061 100644
--- a/include/namespace.h
+++ b/include/namespace.h
@@ -182,7 +182,7 @@ public:
*
* @param callback
*/
- void apply(const std::function<void(const std::string &ns, Function &func)> &callback);
+ void functions(const std::function<void(const std::string &ns, Function &func)> &callback);
/**
* Apply a callback to each registered class
@@ -192,7 +192,7 @@ public:
*
* @param callback
*/
- void apply(const std::function<void(const std::string &ns, ClassBase &clss)> &callback);
+ void classes(const std::function<void(const std::string &ns, ClassBase &clss)> &callback);
};