Browse Source

missing dll_linkage

Ivan Savenko 12 years ago
parent
commit
a8b9258840
1 changed files with 2 additions and 3 deletions
  1. 2 3
      lib/mapping/CMap.h

+ 2 - 3
lib/mapping/CMap.h

@@ -138,7 +138,7 @@ struct DLL_LINKAGE EventCondition
 
 typedef LogicalExpression<EventCondition> EventExpression;
 
-struct EventEffect
+struct DLL_LINKAGE EventEffect
 {
 	enum EType
 	{
@@ -159,9 +159,8 @@ struct EventEffect
 	}
 };
 
-struct TriggeredEvent
+struct DLL_LINKAGE TriggeredEvent
 {
-
 	/// base condition that must be evaluated
 	EventExpression trigger;