diff options
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; |