diff --git a/pcbnew/class_netinfo.h b/pcbnew/class_netinfo.h index 3e30c0815b..f77b0e30bc 100644 --- a/pcbnew/class_netinfo.h +++ b/pcbnew/class_netinfo.h @@ -174,9 +174,11 @@ public: return wxT( "NETINFO_ITEM" ); } +#if defined(DEBUG) void Show( int nestLevel, std::ostream& os ) const override { } +#endif const wxPoint& GetPosition() const override {