소스 검색

Removed wrong ref() call.

Sascha Zelzer 14 년 전
부모
커밋
cb4b596088
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()