added missing macros
[quassel.git] / src / common / ignorelistmanager.cpp
index a9fb4c6..d6164b8 100644 (file)
@@ -26,6 +26,8 @@
 
 #include "message.h"
 
+INIT_SYNCABLE_OBJECT(IgnoreListManager)
+
 IgnoreListManager &IgnoreListManager::operator=(const IgnoreListManager &other) {
   if(this == &other)
     return *this;