From fc84eeb358f13b7c2b2668917692da26af001901 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 25 Oct 2009 04:37:11 -0400 Subject: Rewrote the way date and time I/O is managed --- src/value.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/value.h') diff --git a/src/value.h b/src/value.h index f6194c86..b40b9d28 100644 --- a/src/value.h +++ b/src/value.h @@ -934,7 +934,7 @@ public: #define NULL_VALUE (value_t()) -inline value_t string_value(const string& str) { +inline value_t string_value(const string& str = "") { return value_t(str, true); } -- cgit v1.2.3