Fix wx/event.h compilation with Sun CC compiler.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 27 Sep 2010 12:55:22 +0000 (12:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 27 Sep 2010 12:55:22 +0000 (12:55 +0000)
commit8cb2c49f7d98293501ee00ba7e9a064dc93c879a
tree8ff2bfa4f08837bc6168ac89a6b1a37bcc58420a
parent0b2a860f0d3ee4724e3c0c5d2ba67a982c220b4a
Fix wx/event.h compilation with Sun CC compiler.

Move wxObjectEventFunctor::operator() definition after wxEvtHandler
declaration as it uses call through a pointer to member of this class and Sun
CC refuses to compile this without having the full class declaration.

Closes #12452.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/event.h