]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix.
authorRobin Dunn <robin@alldunn.com>
Wed, 28 Nov 2012 17:14:35 +0000 (17:14 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 28 Nov 2012 17:14:35 +0000 (17:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/richtooltip.cpp

index 4fd5c0206b527998f3edab0cb0788a88cf9a81f3..c1d0e5f2b9039d457d9a868b104021f5cc9dd3cc 100644 (file)
@@ -151,7 +151,7 @@ public:
         wxRichToolTipGenericImpl::SetTitleFont(font);
     }
 
         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
     {
         // TODO: We could use native tooltip control to show native balloon
         //       tooltips for any window but right now we use the simple