Browse Source

Add URHO3D_API specifier to FontGlyph struct.

Lasse Öörni 9 years ago
parent
commit
1746eed620
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Urho3D/UI/FontFace.h

+ 1 - 1
Source/Urho3D/UI/FontFace.h

@@ -34,7 +34,7 @@ class Image;
 class Texture2D;
 
 /// %Font glyph description.
-struct FontGlyph
+struct URHO3D_API FontGlyph
 {
     /// Construct.
     FontGlyph();