X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77497ea37eab244d74bf5d80ce19aeb2fde0a5d4..52c5093f76e534ec1a39f9f88a9b510b7cf3dbf2:/include/wx/toplevel.h 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