diff options
Diffstat (limited to 'project2/json/conversion.h')
-rw-r--r-- | project2/json/conversion.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/json/conversion.h b/project2/json/conversion.h index d875462..51a8938 100644 --- a/project2/json/conversion.h +++ b/project2/json/conversion.h @@ -8,6 +8,7 @@ class ConversionNotSupported { }; class Project2ToJson : public boost::static_visitor<json::Value> { public: + json::Value operator()(const boost::posix_time::time_duration & i) const; json::Value operator()(const boost::posix_time::ptime & i) const; json::Value operator()(const Null & c) const; json::Value operator()(const Glib::ustring & c) const; |