projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
APplied patch [ 1182682 ] Fixes wxDebugReportUpload fail when app name contains spaces
[wxWidgets.git]
/
include
/
wx
/
mac
/
classic
/
dialog.h
diff --git
a/include/wx/mac/classic/dialog.h
b/include/wx/mac/classic/dialog.h
index 490cd0af5ce943c4423e6b03e80f21b525eb6c64..5a5a28675ff2ea0b4f4d7d096f26133bd006434e 100644
(file)
--- a/
include/wx/mac/classic/dialog.h
+++ b/
include/wx/mac/classic/dialog.h
@@
-67,7
+67,7
@@
public:
~wxDialog();
// virtual bool Destroy();
- bool Show(bool show = true);
+
virtual
bool Show(bool show = true);
void SetModal(bool flag);
virtual bool IsModal() const;