소스 검색

ctkEventBus declaration doesn't need export keyword

as there is no class implementation.
Visual Studio was complaining that ctkEventBusImpl couldn't find the
"vftable" of ctkEventBus.
Julien Finet 15 년 전
부모
커밋
b5b97ff9cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Libs/PluginFramework/EventBus/ctkEventBus.h

+ 1 - 1
Libs/PluginFramework/EventBus/ctkEventBus.h

@@ -31,7 +31,7 @@
  * or publish a Qt signal for a specific event topic.
  *
  */
-class CTK_PLUGINFW_EXPORT ctkEventBus {
+class ctkEventBus {
 
 public: