Fitting the SyncableObjects to the new Style
[quassel.git] / src / core / corebufferviewmanager.cpp
index 8b8aedc..4560a52 100644 (file)
@@ -25,6 +25,7 @@
 #include "core.h"
 #include "coresession.h"
 
+INIT_SYNCABLE_OBJECT(CoreBufferViewManager)
 CoreBufferViewManager::CoreBufferViewManager(SignalProxy *proxy, CoreSession *parent)
   : BufferViewManager(proxy, parent),
     _coreSession(parent)