projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
compilation fix for insert()
[wxWidgets.git]
/
include
/
wx
/
univ
/
dialog.h
diff --git
a/include/wx/univ/dialog.h
b/include/wx/univ/dialog.h
index 8a006580667fa291f257421f7788ad06188f739a..02efd9193a63949d31fc616e3ec8ba0590d2c3aa 100644
(file)
--- a/
include/wx/univ/dialog.h
+++ b/
include/wx/univ/dialog.h
@@
-12,8
+12,8
@@
#define _WX_UNIV_DIALOG_H_
extern WXDLLEXPORT_DATA(const wxChar) wxDialogNameStr[];
#define _WX_UNIV_DIALOG_H_
extern WXDLLEXPORT_DATA(const wxChar) wxDialogNameStr[];
-class WXDLL
EXPORT
wxWindowDisabler;
-class WXDLL
EXPORT
wxEventLoop;
+class WXDLL
IMPEXP_FWD_CORE
wxWindowDisabler;
+class WXDLL
IMPEXP_FWD_CORE
wxEventLoop;
// Dialog boxes
class WXDLLEXPORT wxDialog : public wxDialogBase
// Dialog boxes
class WXDLLEXPORT wxDialog : public wxDialogBase