aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/CommandHandlerRegistry.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/CommandHandlerRegistry.hpp')
-rw-r--r--src/profiling/CommandHandlerRegistry.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/profiling/CommandHandlerRegistry.hpp b/src/profiling/CommandHandlerRegistry.hpp
index 61d45b0fd2..9d514bfcc3 100644
--- a/src/profiling/CommandHandlerRegistry.hpp
+++ b/src/profiling/CommandHandlerRegistry.hpp
@@ -36,6 +36,8 @@ public:
void RegisterFunctor(CommandHandlerFunctor* functor, uint32_t packetId, uint32_t version);
+ void RegisterFunctor(CommandHandlerFunctor* functor);
+
CommandHandlerFunctor* GetFunctor(uint32_t packetId, uint32_t version) const;
private: