]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/meta/int2type.h
7b8d5dc02cb99f5172433c2dbf4464c436d7039a
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/meta/int2type.h
3 // Purpose: Generate a unique type from a constant integer
4 // Author: Arne Steinarson
6 // Copyright: (c) 2008 Arne Steinarson
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
10 #ifndef _WX_META_INT2TYPE_H_
11 #define _WX_META_INT2TYPE_H_
14 struct wxInt2Type
{ enum { value
=N
}; };
16 #endif // _WX_META_INT2TYPE_H_