Browse Source

Hotfix for broken static library builds

David Wimsey 11 years ago
parent
commit
36dd11f5a2
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
 	// Note: Changing a ROCKETCORE_API_INLINE method
 	// breaks ABI compatibility!!
-	#define ROCKETCORE_API_INLINE
+	#define ROCKETCORE_API_INLINE inline
 #endif
 
 #endif