projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Applied [ 1708971 ] Make a virtual function to enable/disable docking
[wxWidgets.git]
/
include
/
wx
/
evtloop.h
diff --git
a/include/wx/evtloop.h
b/include/wx/evtloop.h
index 254f8fe0783f1f3e322d11bf6fe10829aeac6cac..f6d1b55313303ecced284f1c87218e41493769f3 100644
(file)
--- a/
include/wx/evtloop.h
+++ b/
include/wx/evtloop.h
@@
-121,7
+121,7
@@
protected:
#include "wx/dfb/evtloop.h"
#else // other platform
#include "wx/dfb/evtloop.h"
#else // other platform
-class WXDLL
EXPORT
wxEventLoopImpl;
+class WXDLL
IMPEXP_FWD_CORE
wxEventLoopImpl;
class WXDLLEXPORT wxGUIEventLoop : public wxEventLoopBase
{
class WXDLLEXPORT wxGUIEventLoop : public wxEventLoopBase
{