diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-09-22 10:55:39 +0200 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-09-22 10:55:39 +0200 |
commit | e8d7171b960a1e373e57d96d99e5e17002640adc (patch) | |
tree | b6175f51f7219e38342a54f6cda53c6c2d33655d /spuregion.h | |
parent | ab24c7ec507478f9993718f773edebaad101a315 (diff) | |
download | vdr-plugin-dxr3-e8d7171b960a1e373e57d96d99e5e17002640adc.tar.gz vdr-plugin-dxr3-e8d7171b960a1e373e57d96d99e5e17002640adc.tar.bz2 |
change constr. of cSpuRegion to work with an startLine value
Diffstat (limited to 'spuregion.h')
-rw-r--r-- | spuregion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spuregion.h b/spuregion.h index b31d1cb..a66652f 100644 --- a/spuregion.h +++ b/spuregion.h @@ -42,7 +42,7 @@ struct sSection { class cSpuRegion { public: - cSpuRegion(); + cSpuRegion(uint16_t sLine); uint16_t startLine; uint16_t endLine; |