diff --git a/src/driver/lcd4l.h b/src/driver/lcd4l.h index 4705039c6..05e9a4322 100644 --- a/src/driver/lcd4l.h +++ b/src/driver/lcd4l.h @@ -54,6 +54,8 @@ class CLCD4l int CreateFile(const char *file, std::string content = "", bool convert = false); int RemoveFile(const char *file); + void ResetParseID() { m_ParseID = 0; } + private: pthread_t thrLCD4l; static void* LCD4lProc(void *arg);