Fix another multiply defined symbol.
This commit is contained in:
parent
c249bef27d
commit
e60eabbeb2
@ -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 );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user