Update WString.h (#1935)
This commit is contained in:
parent
14ff311479
commit
2132d9f809
@ -260,6 +260,7 @@ public:
|
||||
// parsing/conversion
|
||||
long toInt(void) const;
|
||||
float toFloat(void) const;
|
||||
double toDouble(void) const;
|
||||
|
||||
protected:
|
||||
char *buffer; // the actual char array
|
||||
|
Loading…
Reference in New Issue
Block a user