Browse Source

fix win build

Laserlicht 2 years ago
parent
commit
b0e5a11e62
1 changed files with 4 additions and 4 deletions
  1. 4 4
      lib/constants/EntityIdentifiers.h

+ 4 - 4
lib/constants/EntityIdentifiers.h

@@ -248,8 +248,8 @@ public:
 
 	std::string toString() const;
 
-	DLL_LINKAGE static si32 decode(const std::string& identifier);
-	DLL_LINKAGE static std::string encode(const si32 index);
+	static si32 decode(const std::string& identifier);
+	static std::string encode(const si32 index);
 	static std::string entityType();
 };
 
@@ -333,8 +333,8 @@ public:
 	static const FactionID CONFLUX;
 	static const FactionID NEUTRAL;
 
-	DLL_LINKAGE static si32 decode(const std::string& identifier);
-	DLL_LINKAGE static std::string encode(const si32 index);
+	static si32 decode(const std::string& identifier);
+	static std::string encode(const si32 index);
 	static std::string entityType();
 };