diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2020-01-30 11:06:05 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2020-03-21 11:14:38 +0100 |
commit | 774dff988acf05e377ec54222ad0ec59110120da (patch) | |
tree | 0ccb520474c8a726453b677cedfe1a05621c1d3d /displayreplay.h | |
parent | d149e04f55ae284c4122716d1da7b75f23b11904 (diff) | |
download | skin-lcarsng-774dff988acf05e377ec54222ad0ec59110120da.tar.gz skin-lcarsng-774dff988acf05e377ec54222ad0ec59110120da.tar.bz2 |
Correct display cLCARSNGDisplayReplay::SetMessage
Diffstat (limited to 'displayreplay.h')
-rw-r--r-- | displayreplay.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/displayreplay.h b/displayreplay.h index c6ca2e4..6b7fde2 100644 --- a/displayreplay.h +++ b/displayreplay.h @@ -39,6 +39,7 @@ private: int lastTotalWidth; cString lastDate; tTrackId lastTrackId; + bool message; bool isRecording; int framesTotal; double fps; |