diff options
Diffstat (limited to 'common/EventRecorder.cpp')
-rw-r--r-- | common/EventRecorder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/EventRecorder.cpp b/common/EventRecorder.cpp index 8d9856e45a..2ce57b8502 100644 --- a/common/EventRecorder.cpp +++ b/common/EventRecorder.cpp @@ -28,7 +28,7 @@ #include "common/config-manager.h" #include "common/random.h" -DECLARE_SINGLETON(Common::EventRecorder) +DECLARE_SINGLETON(Common::EventRecorder); namespace Common { |