Browse Source

Correctly export ElementReference, so applications can use it.

Lloyd Weehuizen 15 years ago
parent
commit
d5f3fc229b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Include/Rocket/Core/ElementReference.h

+ 3 - 1
Include/Rocket/Core/ElementReference.h

@@ -28,6 +28,8 @@
 #ifndef ROCKETCOREELEMENTREFERENCE_H
 #ifndef ROCKETCOREELEMENTREFERENCE_H
 #define ROCKETCOREELEMENTREFERENCE_H
 #define ROCKETCOREELEMENTREFERENCE_H
 
 
+#include <Rocket/Core/Header.h>
+
 namespace Rocket {
 namespace Rocket {
 namespace Core {
 namespace Core {
 
 
@@ -39,7 +41,7 @@ class Element;
 	@author Peter Curry
 	@author Peter Curry
  */
  */
 
 
-class ElementReference
+class ROCKETCORE_API ElementReference
 {
 {
 public:
 public:
 	ElementReference(Element* element = NULL);
 	ElementReference(Element* element = NULL);