diff options
author | Othmar Gsenger <otti@anytun.org> | 2007-12-11 13:46:35 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2007-12-11 13:46:35 +0000 |
commit | c44f24c0a3c15cdd7e243c8b36e394f5073753a6 (patch) | |
tree | 21f334603a7696de426985a27c21275157ff895a /keyDerivation.h | |
parent | fixed mpi default construktor (diff) |
debuging sync buffer
lenght changes, don't know why
Diffstat (limited to 'keyDerivation.h')
-rw-r--r-- | keyDerivation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyDerivation.h b/keyDerivation.h index 420aa84..2bcd3f5 100644 --- a/keyDerivation.h +++ b/keyDerivation.h @@ -60,6 +60,7 @@ public: void clear(); private: + KeyDerivation(const KeyDerivation & src); friend class boost::serialization::access; template<class Archive> void serialize(Archive & ar, const unsigned int version) |