X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d921af5140af576cf7651d4f47d5dc00a83e37f5..8ec1974ea170256698381cc47dd1dcd6cb494433:/include/wx/mac/dialog.h?ds=sidebyside diff --git a/include/wx/mac/dialog.h b/include/wx/mac/dialog.h index 10c9a879a5..24a6464f5d 100644 --- a/include/wx/mac/dialog.h +++ b/include/wx/mac/dialog.h @@ -18,7 +18,7 @@ #include "wx/panel.h" -WXDLLEXPORT_DATA(extern const char*) wxDialogNameStr; +WXDLLEXPORT_DATA(extern const wxChar*) wxDialogNameStr; WXDLLEXPORT_DATA(extern const wxChar*) wxDialogNameStr; @@ -65,7 +65,7 @@ public: ~wxDialog(); // virtual bool Destroy(); - bool Show(bool show); + bool Show(bool show = true); void SetModal(bool flag); virtual bool IsModal() const;