fixes to get compiling

This commit is contained in:
karenzshea
2017-05-26 17:13:18 +02:00
parent aed2c0124a
commit 6f41e3faf1
3 changed files with 29 additions and 25 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class Timezoner
private:
void LoadLocalTimesRTree(const std::string &tz_shapes_filename, std::time_t utc_time);
void ValidateFeature(const rapidjson::Value &feature);
void ValidateFeature(const rapidjson::Value &feature, const std::string &filename);
struct tm default_time;
rtree_t rtree;