summaryrefslogtreecommitdiff
path: root/include/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/value.h')
-rw-r--r--include/value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/value.h b/include/value.h
index d64eeed..63e8e6f 100644
--- a/include/value.h
+++ b/include/value.h
@@ -59,6 +59,7 @@ public:
Value(const std::string &value);
Value(const char *value, int size = -1);
Value(double value);
+ Value(const IniValue &value);
/**
* Construct to a specific type