mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Started transition to binary data on client side
This commit is contained in:
@@ -20,7 +20,7 @@ std::wstring to_wstring(const std::string& str)
|
||||
return wstrTo;
|
||||
}
|
||||
|
||||
std::string to_string(json::value value) {
|
||||
std::string to_string(json::value& value) {
|
||||
return to_string(value.as_string());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user