]> git.saurik.com Git - wxWidgets.git/commitdiff
forward declare wxEvent before using it
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 16 Jan 2009 17:19:16 +0000 (17:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 16 Jan 2009 17:19:16 +0000 (17:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/testprec.h

index ba2cf67c56b6ba726529c81617bc371e3c6cda20..3342bb01a8808481b0a9eb864f4f06c86f3aa860 100644 (file)
@@ -29,6 +29,8 @@ class TestAssertFailure { };
 
 // these functions can be used to hook into wxApp event processing and are
 // currently used by the events propagation test
 
 // these functions can be used to hook into wxApp event processing and are
 // currently used by the events propagation test
+class WXDLLIMPEXP_FWD_BASE wxEvent;
+
 typedef int (*FilterEventFunc)(wxEvent&);
 typedef bool (*ProcessEventFunc)(wxEvent&);
 
 typedef int (*FilterEventFunc)(wxEvent&);
 typedef bool (*ProcessEventFunc)(wxEvent&);