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 ...@@ -490,7 +490,7 @@ class Row
const_iterator begin() const; const_iterator begin() const;
const_iterator end() const; const_iterator end() const;
// TODO: implement real const version? // TODO: implement real const version?
friend class detail::ItemReference; friend class detail::ItemReference;
...@@ -560,7 +560,7 @@ class Row ...@@ -560,7 +560,7 @@ class Row
size_t ColumnForItemTag(const char* itemTag) const; size_t ColumnForItemTag(const char* itemTag) const;
ItemRow* mData; ItemRow* mData;
uint32_t mLineNr = 0; uint32_t mLineNr = 0;
bool mCascadeUpdate = true; bool mCascadeUpdate = true;
bool mCascadeDelete = true; bool mCascadeDelete = true;
}; };
......
...@@ -300,6 +300,5 @@ struct SymopDataBlock ...@@ -300,6 +300,5 @@ struct SymopDataBlock
<< ex.what() << endl; << ex.what() << endl;
} }
return 0; 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