]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/evtloop.h
Clear columns on destruction
[wxWidgets.git] / include / wx / mac / carbon / evtloop.h
index c13a51836c788246d171bc52d8c55640cbc43680..5cf323876dde47f713caff871b7d19decacf615e 100644 (file)
@@ -29,7 +29,7 @@
 
 #if wxMAC_USE_RUN_APP_EVENT_LOOP
 
-class WXDLLEXPORT wxGUIEventLoop : public wxEventLoopBase
+class WXDLLIMPEXP_CORE wxGUIEventLoop : public wxEventLoopBase
 {
 public:
     wxGUIEventLoop() { m_exitcode = 0; }
@@ -46,7 +46,7 @@ private:
 
 #else // manual event loop
 
-class WXDLLEXPORT wxGUIEventLoop : public wxEventLoopManual
+class WXDLLIMPEXP_CORE wxGUIEventLoop : public wxEventLoopManual
 {
 public:
     wxGUIEventLoop() { }