Commit 6d07611e by maarten

start met tortoize

git-svn-id: svn+ssh://gitlab/srv/svn-repos/pdb-redo/trunk@415 a1961a4f-ab94-4bcc-80e8-33b5a54de466
parent f7b12ded
...@@ -124,7 +124,7 @@ struct ItemRow ...@@ -124,7 +124,7 @@ struct ItemRow
ItemRow* mNext; ItemRow* mNext;
Category* mCategory; Category* mCategory;
ItemValue* mValues; ItemValue* mValues;
uint32_t mLineNr = 0; uint32_t mLineNr = 0;
}; };
ostream& operator<<(ostream& os, const ItemRow& r) ostream& operator<<(ostream& os, const ItemRow& r)
......
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