projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Split wxLocale into wxLocale and wxTranslations.
[wxWidgets.git]
/
include
/
wx
/
motif
/
dialog.h
diff --git
a/include/wx/motif/dialog.h
b/include/wx/motif/dialog.h
index de593658021b9d5188afd608f5fa57d31328a6f7..a0a3247b9f39ffa04942ecb68852d6b0b1b8fedc 100644
(file)
--- a/
include/wx/motif/dialog.h
+++ b/
include/wx/motif/dialog.h
@@
-12,10
+12,10
@@
#ifndef _WX_DIALOG_H_
#define _WX_DIALOG_H_
#ifndef _WX_DIALOG_H_
#define _WX_DIALOG_H_
-class WXDLL
EXPORT
wxEventLoop;
+class WXDLL
IMPEXP_FWD_CORE
wxEventLoop;
// Dialog boxes
// Dialog boxes
-class WXDLL
EXPORT
wxDialog : public wxDialogBase
+class WXDLL
IMPEXP_CORE
wxDialog : public wxDialogBase
{
public:
wxDialog();
{
public:
wxDialog();
@@
-37,7
+37,7
@@
public:
long style = wxDEFAULT_DIALOG_STYLE,
const wxString& name = wxDialogNameStr);
long style = wxDEFAULT_DIALOG_STYLE,
const wxString& name = wxDialogNameStr);
- ~wxDialog();
+
virtual
~wxDialog();
virtual bool Destroy();
virtual bool Destroy();