From 9eab67251b703ec913004b409dcb8ca73d214def Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 16 Jan 2009 17:19:16 +0000 Subject: [PATCH] forward declare wxEvent before using it git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/testprec.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/testprec.h b/tests/testprec.h index ba2cf67c56..3342bb01a8 100644 --- a/tests/testprec.h +++ b/tests/testprec.h @@ -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&); -- 2.45.2