summaryrefslogtreecommitdiff
path: root/recman.h
diff options
context:
space:
mode:
Diffstat (limited to 'recman.h')
-rw-r--r--recman.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/recman.h b/recman.h
index d9810b9..c5a5fbb 100644
--- a/recman.h
+++ b/recman.h
@@ -179,8 +179,10 @@ namespace vdrlive {
RecordingsMap::const_iterator begin() const { return m_entries.begin(); }
RecordingsMap::const_iterator end() const { return m_entries.end(); }
+ int Level() { return m_level; }
private:
+ int m_level;
std::string m_name;
RecordingsMap m_entries;
RecordingsItemWeakPtr m_parent;