diff options
Diffstat (limited to 'coreengine/viewdisplaymenu.h')
-rw-r--r-- | coreengine/viewdisplaymenu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/coreengine/viewdisplaymenu.h b/coreengine/viewdisplaymenu.h index b50bdb0..c20f3c0 100644 --- a/coreengine/viewdisplaymenu.h +++ b/coreengine/viewdisplaymenu.h @@ -188,6 +188,7 @@ private: cVeDmSystemload *load; cVeDmSystemmemory *memory; cVeDmVdrstatistics *vdrstats; + cVeDmVdrstatus *vdrstatus; cVeDmTemperatures *temperatures; cVeDmCurrentschedule *currentSchedule; cVeDmLastrecordings *lastRecordings; @@ -322,4 +323,4 @@ public: void SetTransparency(int transparency, bool forceDetached = false); }; -#endif //__VIEWDISPLAYMENU_H
\ No newline at end of file +#endif //__VIEWDISPLAYMENU_H |