summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h
index b85bd7293..0e4700325 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -61,6 +61,8 @@ class ValueItem
ValueItem(const char *);
/** Initialize with an std::string */
ValueItem(const std::string &);
+ /** Initialize with time_t **/
+ ValueItem(time_t);
/** Change value to a char pointer */
//void Set(char *);
/** Change value to a const char pointer */