Kaynağa Gözat

Removed wrong ref() call.

Sascha Zelzer 14 yıl önce
ebeveyn
işleme
cb4b596088

+ 1 - 1
Libs/PluginFramework/service/event/ctkEvent.cpp

@@ -89,7 +89,7 @@ ctkEvent::ctkEvent(const QString& topic, const ctkDictionary& properties)
 ctkEvent::ctkEvent(const ctkEvent &event)
   : d(event.d)
 {
-  d->ref.ref();
+
 }
 
 ctkEvent::~ctkEvent()