X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b48f51ca745c5d3dfd704947812bbea90a44a1eb..a2d6d210991fb1d29570a46e0f26c7a4b9cf89ff:/src/univ/topluniv.cpp diff --git a/src/univ/topluniv.cpp b/src/univ/topluniv.cpp index fa5ecced11..89c2cfb0c7 100644 --- a/src/univ/topluniv.cpp +++ b/src/univ/topluniv.cpp @@ -155,7 +155,8 @@ bool wxTopLevelWindow::ShowFullScreen(bool show, long style) return wxTopLevelWindowNative::ShowFullScreen(show, style); } -/* static */ wxTopLevelWindow::UseNativeDecorationsByDefault(bool native) +/* static */ +void wxTopLevelWindow::UseNativeDecorationsByDefault(bool native) { ms_drawDecorations = !native; }