Fitting the SyncableObjects to the new Style
[quassel.git] / src / core / corecoreinfo.cpp
index da0234a..195026a 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-08 by the Quassel Project                          *
+ *   Copyright (C) 2005-09 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -25,6 +25,7 @@
 #include "quassel.h"
 #include "signalproxy.h"
 
+INIT_SYNCABLE_OBJECT(CoreCoreInfo)
 CoreCoreInfo::CoreCoreInfo(CoreSession *parent)
   : CoreInfo(parent),
     _coreSession(parent)