Commit 2583975a by maarten

platonyzer werk

git-svn-id: svn+ssh://gitlab/srv/svn-repos/pdb-redo/trunk@489 a1961a4f-ab94-4bcc-80e8-33b5a54de466
parent 9ec0eae4
......@@ -490,7 +490,7 @@ class Row
const_iterator begin() const;
const_iterator end() const;
// TODO: implement real const version?
// TODO: implement real const version?
friend class detail::ItemReference;
......@@ -560,7 +560,7 @@ class Row
size_t ColumnForItemTag(const char* itemTag) const;
ItemRow* mData;
uint32_t mLineNr = 0;
uint32_t mLineNr = 0;
bool mCascadeUpdate = true;
bool mCascadeDelete = true;
};
......
......@@ -300,6 +300,5 @@ struct SymopDataBlock
<< ex.what() << endl;
}
return 0;
}
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