diff options
Diffstat (limited to 'src/account.h')
-rw-r--r-- | src/account.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account.h b/src/account.h index 4ac69532..ac4a4788 100644 --- a/src/account.h +++ b/src/account.h @@ -240,7 +240,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 */) { ar & boost::serialization::base_object<supports_flags<> >(*this); ar & boost::serialization::base_object<scope_t>(*this); ar & parent; |