diff options
Diffstat (limited to 'server/src/database.h')
-rw-r--r-- | server/src/database.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/database.h b/server/src/database.h index 8200129..31d69fc 100644 --- a/server/src/database.h +++ b/server/src/database.h @@ -38,6 +38,7 @@ class Value { public: + Value() : value(""), timestamp(0) {} std::string value; time_t timestamp; }; |