diff options
Diffstat (limited to 'src/base.cpp')
-rw-r--r-- | src/base.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/base.cpp b/src/base.cpp index 126e5b824..e79d336b7 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -27,6 +27,11 @@ const int bitfields[] = {1,2,4,8,16,32,64,128}; const int inverted_bitfields[] = {~1,~2,~4,~8,~16,~32,~64,~128}; +classbase::classbase() +{ + this->age = time(NULL); +} + bool Extensible::Shrink(const std::string &key) { /* map::size_type map::erase( const key_type& key ); |