X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/978af864269a739e77d9431c8465435e3f8f7407..4e8d95587c7fbd84af1238a818062704a53b4151:/include/wx/msw/toplevel.h diff --git a/include/wx/msw/toplevel.h b/include/wx/msw/toplevel.h index b7a4aee882..44c5141a12 100644 --- a/include/wx/msw/toplevel.h +++ b/include/wx/msw/toplevel.h @@ -70,7 +70,7 @@ public: // wxMSW only: EnableCloseButton(false) may be used to remove the "Close" // button from the title bar - bool EnableCloseButton(bool enable = true); + virtual bool EnableCloseButton(bool enable = true); // Set window transparency if the platform supports it virtual bool SetTransparent(wxByte alpha);