소스 검색

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