Ivan Savenko 2 tahun lalu
induk
melakukan
02b4947db9
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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: