X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2c326adae6bcbcc9510710116ae9eb4b5581192d..478cde3220641d49cfbd492e799107d13ccdfeb3:/include/wx/mac/carbon/dialog.h 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;