Add another missed wxOVERRIDE
This commit is contained in:
parent
f705cb3087
commit
53d3888180
@ -296,7 +296,7 @@ public:
|
||||
wxGDIPlusPenData( wxGraphicsRenderer* renderer, const wxGraphicsPenInfo &info );
|
||||
~wxGDIPlusPenData();
|
||||
|
||||
virtual void Init();
|
||||
virtual void Init() wxOVERRIDE;
|
||||
|
||||
virtual wxDouble GetWidth() { return m_width; }
|
||||
virtual Pen* GetGDIPlusPen() { return m_pen; }
|
||||
|
Loading…
Reference in New Issue
Block a user