Fix for bug [ 748171 ] Can't compile contrib/samples/fl/fl_demo2

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2003-06-03 16:19:39 +00:00
parent 169ee861bd
commit bfcbd20ff2

View File

@ -153,7 +153,7 @@ public:
void OnMouseUp( wxMouseEvent& event );
void OnPaint( wxPaintEvent& event );
DECLARE_EVENT_TABLE();
DECLARE_EVENT_TABLE()
};
#endif