X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0fb0ecc4528966916edd520aeb2acc1a69aadd3b..c9ccc09c64f4c29d4667796bef7b507d9e8d25ed:/include/wx/meta/int2type.h diff --git a/include/wx/meta/int2type.h b/include/wx/meta/int2type.h index abefe63926..4de6493803 100644 --- a/include/wx/meta/int2type.h +++ b/include/wx/meta/int2type.h @@ -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 struct wxInt2Type { enum { value=N }; }; -#endif // _WX_INT2TYPE_H_ +#endif // _WX_META_INT2TYPE_H_