X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2c326adae6bcbcc9510710116ae9eb4b5581192d..60acae65faac4b98254c76437d4bb9ac55f5d759:/include/wx/mac/carbon/dialog.h?ds=inline diff --git a/include/wx/mac/carbon/dialog.h b/include/wx/mac/carbon/dialog.h index 490cd0af5c..5a5a28675f 100644 --- a/include/wx/mac/carbon/dialog.h +++ b/include/wx/mac/carbon/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;