Fix another multiply defined symbol.

This commit is contained in:
Joshua Boyce 2015-12-26 03:04:05 -08:00
parent c249bef27d
commit e60eabbeb2

View File

@ -636,7 +636,7 @@ namespace {
}
}
JSON JSON::Load( const string &str ) {
inline JSON JSON::Load( const string &str ) {
size_t offset = 0;
return parse_next( str, offset );
}