From bc4a20051ed946dacb546e8cfe96bb264ee19b41 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 28 Nov 2012 17:14:35 +0000 Subject: [PATCH] Compilation fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/richtooltip.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/richtooltip.cpp b/src/msw/richtooltip.cpp index 4fd5c0206b..c1d0e5f2b9 100644 --- a/src/msw/richtooltip.cpp +++ b/src/msw/richtooltip.cpp @@ -151,7 +151,7 @@ public: wxRichToolTipGenericImpl::SetTitleFont(font); } - virtual void ShowFor(wxWindow* win, wxRect* rect = NULL); + virtual void ShowFor(wxWindow* win, wxRect* rect) { // TODO: We could use native tooltip control to show native balloon // tooltips for any window but right now we use the simple -- 2.47.2