浏览代码

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: