X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11e3af6e7eed3c4717608ba2095a688b1fea60e0..574be073c070a9bbe81ad68e98187b0b9e82c2df:/interface/wx/printdlg.h diff --git a/interface/wx/printdlg.h b/interface/wx/printdlg.h index bdd743179d..4cb99f4f69 100644 --- a/interface/wx/printdlg.h +++ b/interface/wx/printdlg.h @@ -93,8 +93,7 @@ public: @library{wxcore} @category{printing} - @see @ref overview_printing "Printing framework overview", - wxPrintDialog, wxPageSetupDialogData + @see @ref overview_printing, wxPrintDialog, wxPageSetupDialogData */ class wxPageSetupDialog : public wxDialog { @@ -121,6 +120,6 @@ public: Shows the dialog, returning @c wxID_OK if the user pressed OK, and @c wxID_CANCEL otherwise. */ - virtual int ShowModal(); + int ShowModal(); };