Commit 2132d9f8 authored by Terry J Myers's avatar Terry J Myers Committed by Me No Dev

Update WString.h (#1935)

parent 14ff3114
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment