Update WString.h (#1935)

This commit is contained in:
Terry J Myers 2018-11-19 10:44:53 -05:00 committed by Me No Dev
parent 14ff311479
commit 2132d9f809

View File

@ -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