More use of wxOVERRIDE
This commit is contained in:
@@ -16,10 +16,10 @@ class WXDLLIMPEXP_CORE wxQtPrintNativeData: public wxPrintNativeDataBase
|
||||
public:
|
||||
wxQtPrintNativeData();
|
||||
|
||||
virtual bool TransferTo( wxPrintData &data );
|
||||
virtual bool TransferFrom( const wxPrintData &data );
|
||||
virtual bool TransferTo( wxPrintData &data ) wxOVERRIDE;
|
||||
virtual bool TransferFrom( const wxPrintData &data ) wxOVERRIDE;
|
||||
|
||||
virtual bool IsOk() const;
|
||||
virtual bool IsOk() const wxOVERRIDE;
|
||||
|
||||
};
|
||||
|
||||
@@ -29,9 +29,9 @@ public:
|
||||
wxQtPrintDialog(wxWindow *parent, wxPrintDialogData *data);
|
||||
wxQtPrintDialog(wxWindow *parent, wxPrintData *data);
|
||||
|
||||
virtual wxPrintDialogData& GetPrintDialogData();
|
||||
virtual wxPrintData& GetPrintData();
|
||||
virtual wxDC *GetPrintDC();
|
||||
virtual wxPrintDialogData& GetPrintDialogData() wxOVERRIDE;
|
||||
virtual wxPrintData& GetPrintData() wxOVERRIDE;
|
||||
virtual wxDC *GetPrintDC() wxOVERRIDE;
|
||||
|
||||
protected:
|
||||
|
||||
@@ -48,7 +48,7 @@ public:
|
||||
|
||||
bool Create(wxWindow *parent, wxPageSetupDialogData *data = NULL);
|
||||
|
||||
virtual wxPageSetupDialogData& GetPageSetupDialogData();
|
||||
virtual wxPageSetupDialogData& GetPageSetupDialogData() wxOVERRIDE;
|
||||
|
||||
private:
|
||||
};
|
||||
|
Reference in New Issue
Block a user