From bfcbd20ff2276c067a50040d1293a97aade41943 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 3 Jun 2003 16:19:39 +0000 Subject: [PATCH] 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 --- contrib/samples/fl/fl_demo2/fl_demo2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/samples/fl/fl_demo2/fl_demo2.h b/contrib/samples/fl/fl_demo2/fl_demo2.h index c9cf31d06a..24b2317c05 100644 --- a/contrib/samples/fl/fl_demo2/fl_demo2.h +++ b/contrib/samples/fl/fl_demo2/fl_demo2.h @@ -153,7 +153,7 @@ public: void OnMouseUp( wxMouseEvent& event ); void OnPaint( wxPaintEvent& event ); - DECLARE_EVENT_TABLE(); + DECLARE_EVENT_TABLE() }; #endif -- 2.47.2