Inline error

This commit is contained in:
James Alan Nguyen 2022-04-24 13:43:56 +10:00
parent 580cff9d32
commit 2a48adfde8
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class SafeReader {
String readStringLine();
String readStringToken(unsigned char delim);
String readStringToken();
inline bool isEOF();
bool isEOF();
SafeReader(void* b, size_t l):
buf((unsigned char*)b),