]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/dialog.h
xti streaming
[wxWidgets.git] / include / wx / mac / dialog.h
index 10c9a879a5e87bd9aa9d54c5ae317039612f8698..24a6464f5d69a686b297331643471342b70df429 100644 (file)
@@ -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;