EDA_BASE_FRAME: add accessor to m_ident (useful in debug)

This commit is contained in:
jean-pierre charras 2021-05-07 17:06:31 +02:00
parent 693fbf9073
commit 1c6f291bcd
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ public:
int GetAutoSaveInterval() const { return m_autoSaveInterval; }
bool IsType( FRAME_T aType ) const { return m_ident == aType; }
FRAME_T GetFrameType() const { return m_ident; }
/**
* Return a #SEARCH_STACK pertaining to entire program.