From 74b1c2658aaf271d98b94e57bfbcb5a3b8e26c2d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 27 Sep 2001 06:07:14 +0000 Subject: [PATCH] fixed compilation errors git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/toplevel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/msw/toplevel.h b/include/wx/msw/toplevel.h index 62a4dca14f..ce10f8e628 100644 --- a/include/wx/msw/toplevel.h +++ b/include/wx/msw/toplevel.h @@ -60,8 +60,8 @@ public: virtual bool Show(bool show = TRUE); // FIXME -- not yet moved from wxFrame to wxTLW - virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL) {} - virtual bool IsFullScreen() { return FALSE; } + virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL) { return FALSE; } + virtual bool IsFullScreen() const { return FALSE; } // implementation from now on // -------------------------- -- 2.50.0