Explorar o código

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 %!s(int64=15) %!d(string=hai) anos
pai
achega
b5b97ff9cf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: