diff --git a/src/apps/terminal/TermView.h b/src/apps/terminal/TermView.h index f11caefa69..fcb7f31e7a 100644 --- a/src/apps/terminal/TermView.h +++ b/src/apps/terminal/TermView.h @@ -178,7 +178,7 @@ public: // void UpdateSIGWINCH(); void DeviceStatusReport (int); - inline void UpdateLine (void); + void UpdateLine (void); void ScrollScreen (void); void ScrollScreenDraw (void); void GetFrameSize (float *width, float *height);