Fix release build error caused by previous commit.

This commit is contained in:
Wayne Stambaugh 2018-02-12 13:36:03 -05:00
parent 9d26253b2c
commit 01faca2799
1 changed files with 4 additions and 0 deletions

View File

@ -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 {}