Denis Muratshin 8 years ago
parent
commit
b45d6d3da7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      oxygine/src/oxygine/oxygine-forwards.h

+ 2 - 2
oxygine/src/oxygine/oxygine-forwards.h

@@ -127,7 +127,7 @@ namespace oxygine
     typedef int copyOptions;//deprecated typedef
     typedef int eventType;
     typedef unsigned int dumpOptions;
-    typedef unsigned int glyphOptions;
+    typedef size_t glyphOptions;
     typedef void* nativeTextureHandle;
 
 
@@ -146,4 +146,4 @@ namespace oxygine
 #define CREATE_COPYCLONE_NEW(type) type::type(const type &src, cloneOptions opt){copyFrom(src, opt);}\
     type* type::clone(cloneOptions opt) const {type *tp = new type(); tp->copyFrom(*this, opt); return tp;}
 
-}
+}