From c24fd8883fd563b85477fd71b70a52f34eebdd3e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 14 Apr 2008 13:11:54 +0000 Subject: [PATCH] removed extra wxCalendarCtrl:: which is ignored by MSVC for some reason but breaks compilation with other compilers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/calctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/msw/calctrl.h b/include/wx/msw/calctrl.h index 50df43095e..1b56830df8 100644 --- a/include/wx/msw/calctrl.h +++ b/include/wx/msw/calctrl.h @@ -53,7 +53,7 @@ public: virtual void SetWindowStyleFlag(long style); protected: - virtual wxSize wxCalendarCtrl::DoGetBestSize() const; + virtual wxSize DoGetBestSize() const; virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; -- 2.45.2