]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/testprec.h
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS...
[wxWidgets.git] / 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
+class WXDLLIMPEXP_FWD_BASE wxEvent;
+
 typedef int (*FilterEventFunc)(wxEvent&);
 typedef bool (*ProcessEventFunc)(wxEvent&);