Another VS14 fix

pull/5/head
Jacob Potter 2014-08-14 12:14:21 -07:00
parent 7103522344
commit 679e4b83d2
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ struct Statics {
const string empty_string;
const vector<Json> empty_vector;
const map<string, Json> empty_map;
Statics() {}
};
const Statics & statics() {