diff options
Diffstat (limited to 'src/mask.h')
-rw-r--r-- | src/mask.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ private: friend class boost::serialization::access; template<class Archive> - void serialize(Archive & ar, const unsigned int /* version */) { + void serialize(Archive& ar, const unsigned int /* version */) { string temp; if (Archive::is_loading::value) { ar & temp; |