Go to the documentation of this file.
22 #ifndef __MYGUI_SINGLETON_H__
23 #define __MYGUI_SINGLETON_H__
30 #if MYGUI_COMPILER == MYGUI_COMPILER_MSVC || MYGUI_PLATFORM == MYGUI_PLATFORM_APPLE
44 msInstance =
static_cast<T*
>(
this);
78 #endif // __MYGUI_SINGLETON_H__