Add more wxOVERRIDE
This commit is contained in:
committed by
Vadim Zeitlin
parent
455a45f5a8
commit
7c1ab06ea5
@@ -319,7 +319,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
virtual void Walk(size_t skip = 1, size_t maxdepth = wxSTACKWALKER_MAX_DEPTH)
|
||||
virtual void Walk(size_t skip = 1, size_t maxdepth = wxSTACKWALKER_MAX_DEPTH) wxOVERRIDE
|
||||
{
|
||||
wxPuts(wxT("Stack dump:"));
|
||||
|
||||
@@ -327,7 +327,7 @@ public:
|
||||
}
|
||||
|
||||
protected:
|
||||
virtual void OnStackFrame(const wxStackFrame& frame)
|
||||
virtual void OnStackFrame(const wxStackFrame& frame) wxOVERRIDE
|
||||
{
|
||||
wxPrintf("[%2zu] ", frame.GetLevel());
|
||||
|
||||
|
Reference in New Issue
Block a user