Fix release build error caused by previous commit.
This commit is contained in:
parent
9d26253b2c
commit
01faca2799
|
@ -351,7 +351,11 @@ public:
|
|||
wxPoint GetPosition() const override { return wxPoint(); }
|
||||
void SetPosition( const wxPoint& ) override {}
|
||||
void Draw( EDA_DRAW_PANEL* , wxDC* , const wxPoint& , GR_DRAWMODE , COLOR4D ) override {}
|
||||
|
||||
#if defined(DEBUG)
|
||||
void Show( int , std::ostream& ) const override {}
|
||||
#endif
|
||||
|
||||
void Move( const wxPoint& ) override {}
|
||||
void MirrorY( int ) override {}
|
||||
void MirrorX( int ) override {}
|
||||
|
|
Loading…
Reference in New Issue