forward declare wxEvent before using it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
403dd8db63
commit
9eab67251b
1 changed files with 2 additions and 0 deletions
|
|
@ -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&);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue