]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/meta/int2type.h
replace use of 'long/int bitmapType' with 'wxBitmapType bitmapType' in richtext and...
[wxWidgets.git] / include / wx / meta / int2type.h
index abefe6392635b48b8a31f713dce4f44887ac4bce..1f18ced67aa703f0c0b462560232684f74d7b86b 100644 (file)
@@ -8,10 +8,10 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef _WX_INT2TYPE_H_
-#define _WX_INT2TYPE_H_
+#ifndef _WX_META_INT2TYPE_H_
+#define _WX_META_INT2TYPE_H_
 
 template <int N>
 struct wxInt2Type { enum { value=N }; };
 
-#endif // _WX_INT2TYPE_H_
+#endif // _WX_META_INT2TYPE_H_