- minor tweaks
This commit is contained in:
parent
cb2da141ec
commit
ec6e628d4f
3 changed files with 37 additions and 6 deletions
|
|
@ -283,7 +283,7 @@ class JSON {
|
|||
|
||||
private:
|
||||
bool next();
|
||||
void error(std::string = "");
|
||||
void error(std::string = "") __attribute__((noreturn));
|
||||
std::string parseString();
|
||||
void parseTrue();
|
||||
void parseFalse();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue