Fixed several buffer segfaults when multiple viewers are connected.
This commit is contained in:
parent
97974409a6
commit
35df73e042
3 changed files with 31 additions and 18 deletions
|
@ -70,6 +70,7 @@ namespace JSON {
|
|||
Value & operator[](unsigned int i);
|
||||
//handy functions and others
|
||||
std::string toPacked();
|
||||
void netPrepare();
|
||||
std::string & toNetPacked();
|
||||
std::string toString();
|
||||
std::string toPrettyString(int indentation = 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue