Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.4:Update
MyGUI
MyGUI-gcc47-visibility.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File MyGUI-gcc47-visibility.patch of Package MyGUI
diff --git a/MyGUIEngine/include/MyGUI_Singleton.h b/MyGUIEngine/include/MyGUI_Singleton.h index 5067da9..e12287d 100644 --- a/MyGUIEngine/include/MyGUI_Singleton.h +++ b/MyGUIEngine/include/MyGUI_Singleton.h @@ -58,8 +58,14 @@ namespace MyGUI } private: +#if MYGUI_COMPILER == MYGUI_COMPILER_MSVC || MYGUI_PLATFORM == MYGUI_PLATFORM_APPLE static T* msInstance; static const char* mClassTypeName; +#else + static MYGUI_EXPORT T* msInstance; + + static MYGUI_EXPORT const char* mClassTypeName; +#endif }; } // namespace MyGUI
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor