remove wxFindFocusedChild() declaration too as g++ gets upset if an extern function is redefined as static

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-03-05 23:12:13 +00:00
parent 5252d9e410
commit 2c20f44d70

View File

@@ -386,6 +386,4 @@ private:
DECLARE_NO_COPY_CLASS(wxWindowGTK)
};
extern WXDLLIMPEXP_CORE wxWindow *wxFindFocusedChild(wxWindowGTK *win);
#endif // _WX_GTK_WINDOW_H_