From cafc6e0f1f4395583a454b524b69791cd7ff179f Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Tue, 28 Feb 2012 17:06:56 +0000 Subject: [PATCH] fix virtual override broken in r58875 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/statbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.45.2