diff options
| -rw-r--r-- | engines/parallaction/defs.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/defs.h b/engines/parallaction/defs.h index 1601582140..3abf0a8edb 100644 --- a/engines/parallaction/defs.h +++ b/engines/parallaction/defs.h @@ -88,7 +88,7 @@ struct StaticCnv {  }; -class Cnv { +struct Cnv {  	uint16	_count; 	// # of frames  	uint16	_width; 	//  	uint16	_height;	//  | 
