From e8d7171b960a1e373e57d96d99e5e17002640adc Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Tue, 22 Sep 2009 10:55:39 +0200 Subject: change constr. of cSpuRegion to work with an startLine value --- spuregion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spuregion.h') 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; -- cgit v1.2.3