Comments for COMMIT class

This commit is contained in:
Maciej Suminski 2016-06-20 15:19:45 +02:00
parent 08d15a9961
commit 38177b70b9
1 changed files with 5 additions and 0 deletions

View File

@ -97,8 +97,13 @@ public:
protected:
struct COMMIT_LINE
{
///> Main item that is added/deleted/modified
EDA_ITEM* m_item;
///> Optional copy of the item
EDA_ITEM* m_copy;
///> Modification type
CHANGE_TYPE m_type;
};