summaryrefslogtreecommitdiff
path: root/spuregion.h
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2009-09-22 10:43:42 +0200
committerChristian Gmeiner <christian.gmeiner@gmail.com>2009-09-22 10:43:42 +0200
commit2c7e9b338de9ac735e0342ea73208385a2659c75 (patch)
treec14895f81f0390ac0a3f3a3ab6d61cf8560452f0 /spuregion.h
parentb2b3a3f6689cff4dbf719138d824045f32041d6d (diff)
downloadvdr-plugin-dxr3-2c7e9b338de9ac735e0342ea73208385a2659c75.tar.gz
vdr-plugin-dxr3-2c7e9b338de9ac735e0342ea73208385a2659c75.tar.bz2
rename methods of cSpuRegion
Diffstat (limited to 'spuregion.h')
-rw-r--r--spuregion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/spuregion.h b/spuregion.h
index 8fa0e3d..e22d7f6 100644
--- a/spuregion.h
+++ b/spuregion.h
@@ -50,8 +50,8 @@ public:
uint8_t openSections();
sSection *section(uint8_t num);
- bool addColIndex(tIndex idx);
- bool containsColIndex(tIndex idx);
+ bool addIndex(tIndex idx);
+ bool containsIndex(tIndex idx);
private:
uint8_t usedSections;