瀏覽代碼

Fix build

Ivan Savenko 2 年之前
父節點
當前提交
02b4947db9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/constants/VariantIdentifier.h

+ 1 - 1
lib/constants/VariantIdentifier.h

@@ -15,7 +15,7 @@ VCMI_LIB_NAMESPACE_BEGIN
 
 /// This class represents field that may contain value of multiple different identifer types
 template<typename... Types>
-class DLL_LINKAGE VariantIdentifier
+class VariantIdentifier
 {
 	std::variant<Types...> value;
 public: