Browse Source

Merge pull request #177 from dwimsey/feature/warningfix-dllimport-inline-method

Hotfix for broken static library builds, fixes issue caused by PR #163
David Wimsey 11 years ago
parent
commit
1e781d7330
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Include/Rocket/Core/Header.h

+ 1 - 1
Include/Rocket/Core/Header.h

@@ -79,7 +79,7 @@
 	#define ROCKETCORE_API
 	#define ROCKETCORE_API
 	// Note: Changing a ROCKETCORE_API_INLINE method
 	// Note: Changing a ROCKETCORE_API_INLINE method
 	// breaks ABI compatibility!!
 	// breaks ABI compatibility!!
-	#define ROCKETCORE_API_INLINE
+	#define ROCKETCORE_API_INLINE inline
 #endif
 #endif
 
 
 #endif
 #endif