clang-modernize -add-override

This commit is contained in:
Tillmann Karras
2014-03-08 01:54:44 +01:00
parent c89f04a7c5
commit f28116b7da
67 changed files with 401 additions and 401 deletions

View File

@ -27,7 +27,7 @@ class JitBlockList : public wxListCtrl
public:
JitBlockList(wxWindow* parent, const wxWindowID id, const wxPoint& pos, const wxSize& size, long style);
void Init();
void Update();
void Update() override;
};
class CJitWindow : public wxPanel
@ -41,7 +41,7 @@ public:
const wxString& name = _("JIT block viewer"));
void ViewAddr(u32 em_address);
void Update();
void Update() override;
private:
void OnRefresh(wxCommandEvent& /*event*/);