Browse Source

Add URHO3D_API specifier.

Lasse Öörni 10 years ago
parent
commit
e95feb9d7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Urho3D/Navigation/NavigationMesh.h

+ 1 - 1
Source/Urho3D/Navigation/NavigationMesh.h

@@ -75,7 +75,7 @@ enum NavigationPathPointFlag
     NAVPATHFLAG_OFF_MESH = 0x04
     NAVPATHFLAG_OFF_MESH = 0x04
 };
 };
 
 
-struct NavigationPathPoint
+struct URHO3D_API NavigationPathPoint
 {
 {
     /// World-space position of the path point
     /// World-space position of the path point
     Vector3 position_;
     Vector3 position_;