Browse Source

Added ROCKETCORE_API to StyleSheet class.

StyleSheet class has public member functions which are now properly exported.
hoshi10 13 years ago
parent
commit
19581199df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Include/Rocket/Core/StyleSheet.h

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

@@ -47,7 +47,7 @@ class StyleSheetNode;
 	@author Lloyd Weehuizen
 	@author Lloyd Weehuizen
  */
  */
 
 
-class StyleSheet : public ReferenceCountable
+class ROCKETCORE_API StyleSheet : public ReferenceCountable
 {
 {
 public:
 public:
 	typedef std::set< StyleSheetNode* > NodeList;
 	typedef std::set< StyleSheetNode* > NodeList;