瀏覽代碼

Added missing export macros.

Sascha Zelzer 14 年之前
父節點
當前提交
76aa30ccd6
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Libs/PluginFramework/service/cm/ctkConfiguration.h

+ 2 - 2
Libs/PluginFramework/service/cm/ctkConfiguration.h

@@ -240,8 +240,8 @@ typedef QSharedPointer<ctkConfiguration> ctkConfigurationPtr;
  * @param configuration The configuration object for which to compute the hash value.
  * @return hash code for this ctkConfiguration object
  */
-uint qHash(ctkConfigurationPtr configuration);
+uint CTK_PLUGINFW_EXPORT qHash(ctkConfigurationPtr configuration);
 
-bool operator==(const ctkConfigurationPtr& c1, const ctkConfigurationPtr c2);
+bool CTK_PLUGINFW_EXPORT operator==(const ctkConfigurationPtr& c1, const ctkConfigurationPtr c2);
 
 #endif // CTKCONFIGURATION_H