X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..7b4a652a8bf3da1b2dd20dd22c9e6db5dd03db59:/include/wx/mac/classic/dialog.h?ds=sidebyside diff --git a/include/wx/mac/classic/dialog.h b/include/wx/mac/classic/dialog.h index 0f8593aae9..5a5a28675f 100644 --- a/include/wx/mac/classic/dialog.h +++ b/include/wx/mac/classic/dialog.h @@ -6,7 +6,7 @@ // Created: 1998-01-01 // RCS-ID: $Id$ // Copyright: (c) Stefan Csomor -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_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;