Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 43fcf1ff authored by BRAMAS Berenger's avatar BRAMAS Berenger
Browse files

forgot to add the saved size on the test cell of basic cell

parent 94c1d2db
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ public:
}
int getSavedSize() const {
return int(sizeof(long long int))*2;
return int(sizeof(long long int))*2 + FBasicCell::getSavedSize();
}
/////////////////////////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment