]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/meta/int2type.h
Fix wxWrapSizer minimal size calculation.
[wxWidgets.git] / include / wx / meta / int2type.h
index abefe6392635b48b8a31f713dce4f44887ac4bce..4de64938039c4e16054eadb428420638d35a05f8 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/meta/int2type.h
-// Purpose:     Generate a unique type from a constant integer 
+// Purpose:     Generate a unique type from a constant integer
 // Author:      Arne Steinarson
 // Created:     2008-01-10
 // RCS-ID:      $Id$
@@ -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_