From 5b5210ba362d8d99708091169abcb7da1ef41238 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Fri, 27 Oct 2006 20:05:47 +0000 Subject: [PATCH] Indicate that EnableCloseButton is virtual. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/toplevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.45.2