diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-09-22 10:43:42 +0200 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-09-22 10:43:42 +0200 |
commit | 2c7e9b338de9ac735e0342ea73208385a2659c75 (patch) | |
tree | c14895f81f0390ac0a3f3a3ab6d61cf8560452f0 /spuregion.c | |
parent | b2b3a3f6689cff4dbf719138d824045f32041d6d (diff) | |
download | vdr-plugin-dxr3-2c7e9b338de9ac735e0342ea73208385a2659c75.tar.gz vdr-plugin-dxr3-2c7e9b338de9ac735e0342ea73208385a2659c75.tar.bz2 |
rename methods of cSpuRegion
Diffstat (limited to 'spuregion.c')
-rw-r--r-- | spuregion.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spuregion.c b/spuregion.c index 973b787..da36a64 100644 --- a/spuregion.c +++ b/spuregion.c @@ -48,7 +48,7 @@ sSection *cSpuRegion::section(uint8_t num) return §ions[num]; } -bool cSpuRegion::addColIndex(tIndex idx) +bool cSpuRegion::addIndex(tIndex idx) { sSection *sec = §ions[usedSections]; @@ -61,7 +61,7 @@ bool cSpuRegion::addColIndex(tIndex idx) return true; } -bool cSpuRegion::containsColIndex(tIndex idx) +bool cSpuRegion::containsIndex(tIndex idx) { sSection *sec = §ions[usedSections]; |