forked from bblanchon/ArduinoJson
Replaced non-const references by pointer to follow Google style guide
This commit is contained in:
@ -14,7 +14,7 @@ namespace ArduinoJson
|
||||
class EscapedString
|
||||
{
|
||||
public:
|
||||
static size_t printTo(const char*, Print&);
|
||||
static size_t printTo(const char*, Print*);
|
||||
};
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user