From: Paul Cornett Date: Tue, 28 Feb 2012 17:06:56 +0000 (+0000) Subject: fix virtual override broken in r58875 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cafc6e0f1f4395583a454b524b69791cd7ff179f?ds=sidebyside fix virtual override broken in r58875 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/gtk/statbox.h b/include/wx/gtk/statbox.h index 07729e8ffc..77c3393310 100644 --- a/include/wx/gtk/statbox.h +++ b/include/wx/gtk/statbox.h @@ -40,7 +40,7 @@ public: // implementation - virtual bool IsTransparentForMouse() const { return true; } + virtual bool GTKIsTransparentForMouse() const { return true; } virtual void GetBordersForSizer(int *borderTop, int *borderOther) const;