Commit cb52b9d0 authored by Wayne Stambaugh's avatar Wayne Stambaugh

Fix minor debug build error.

parent a82bc9d1
......@@ -52,6 +52,11 @@ public:
public:
PL_ITEM_LAYOUT() : EDA_ITEM( TYPE_PL_EDITOR_LAYOUT ) {}
// Required to keep compiler happy on debug builds.
#if defined(DEBUG)
virtual void Show( int nestLevel, std::ostream& os ) const {}
#endif
};
void PL_EDITOR_FRAME::SaveCopyInUndoList()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment