A number of tweaks of the serialization code.

This commit is contained in:
Matthias Vallentin 2013-06-10 20:15:13 -07:00
parent 4c21576c12
commit 22afbe42dd
5 changed files with 20 additions and 19 deletions

View file

@ -73,7 +73,7 @@ protected:
private:
BitVector* bits_;
unsigned width_;
size_t width_;
};
/**