diff options
Diffstat (limited to 'src/amount.h')
-rw-r--r-- | src/amount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amount.h b/src/amount.h index f7d6986e..1cbd5185 100644 --- a/src/amount.h +++ b/src/amount.h @@ -698,7 +698,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 */); #endif // HAVE_BOOST_SERIALIZATION /*@}*/ |