X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77497ea37eab244d74bf5d80ce19aeb2fde0a5d4..84fc95da58864be4b0558cc0da99f51901a990b8:/include/wx/toplevel.h?ds=sidebyside diff --git a/include/wx/toplevel.h b/include/wx/toplevel.h index 8d6b5eef26..a5fb510039 100644 --- a/include/wx/toplevel.h +++ b/include/wx/toplevel.h @@ -170,7 +170,7 @@ public: virtual wxString GetTitle() const = 0; // enable/disable close button [x] - virtual bool EnableCloseButton(bool WXUNUSED(enable) ) { return false; } + virtual bool EnableCloseButton(bool WXUNUSED(enable) ) { return false; } // Set the shape of the window to the given region. // Returns true if the platform supports this feature (and the