File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131
3232namespace tgui
3333{
34- #if TGUI_COMPILED_WITH_CPP_VER < 17
35- constexpr const char CanvasGLES2::StaticWidgetType[];
36- #endif
37-
38- // //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
39-
4034 CanvasGLES2::CanvasGLES2 (const char * typeName, bool initRenderer) :
4135 CanvasBase{typeName, initRenderer}
4236 {
Original file line number Diff line number Diff line change 3131
3232namespace tgui
3333{
34- #if TGUI_COMPILED_WITH_CPP_VER < 17
35- constexpr const char CanvasOpenGL3::StaticWidgetType[];
36- #endif
37-
38- // //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
39-
4034 CanvasOpenGL3::CanvasOpenGL3 (const char * typeName, bool initRenderer) :
4135 CanvasBase{typeName, initRenderer}
4236 {
Original file line number Diff line number Diff line change 3030
3131namespace tgui
3232{
33- #if TGUI_COMPILED_WITH_CPP_VER < 17
34- constexpr const char CanvasRaylib::StaticWidgetType[];
35- #endif
36-
37- // //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
38-
3933 CanvasRaylib::CanvasRaylib (const char * typeName, bool initRenderer) :
4034 CanvasBase{typeName, initRenderer}
4135 {
Original file line number Diff line number Diff line change 3030
3131namespace tgui
3232{
33- #if TGUI_COMPILED_WITH_CPP_VER < 17
34- constexpr const char CanvasSDLGPU::StaticWidgetType[];
35- #endif
36-
37- // //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
38-
3933 CanvasSDLGPU::CanvasSDLGPU (const char * typeName, bool initRenderer) :
4034 CanvasBase{typeName, initRenderer}
4135 {
Original file line number Diff line number Diff line change 3030
3131namespace tgui
3232{
33- #if TGUI_COMPILED_WITH_CPP_VER < 17
34- constexpr const char CanvasSDL::StaticWidgetType[];
35- #endif
36-
37- // //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
38-
3933 CanvasSDL::CanvasSDL (const char * typeName, bool initRenderer) :
4034 CanvasBase{typeName, initRenderer}
4135 {
You can’t perform that action at this time.
0 commit comments