Selaa lähdekoodia

Removed wrong ref() call.

Sascha Zelzer 14 vuotta sitten
vanhempi
commit
cb4b596088
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Libs/PluginFramework/service/event/ctkEvent.cpp

+ 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()