Explorar o código

Add URHO3D_API specifier to FontGlyph struct.

Lasse Öörni %!s(int64=9) %!d(string=hai) anos
pai
achega
1746eed620
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();