[Scummvm-cvs-logs] CVS: scummvm/gui ListWidget.h,1.10,1.11

Max Horn fingolfin at users.sourceforge.net
Sun Aug 25 03:51:02 CEST 2002


Update of /cvsroot/scummvm/scummvm/gui
In directory usw-pr-cvs1:/tmp/cvs-serv7492/gui

Modified Files:
	ListWidget.h 
Log Message:
fixed some endian issues in the new SMUSH decoder; cleanup

Index: ListWidget.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/ListWidget.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ListWidget.h	27 Jul 2002 14:16:02 -0000	1.10
+++ ListWidget.h	25 Aug 2002 10:50:14 -0000	1.11
@@ -60,7 +60,7 @@
 	void setList(const StringList& list)		{ _list = list; scrollBarRecalc(); }
 	const StringList& getList()	const			{ return _list; }
 	int getSelected() const						{ return _selectedItem; }
-	const ScummVM::String& getSelectedString() const	{ return _list[_selectedItem]; }
+	const String& getSelectedString() const		{ return _list[_selectedItem]; }
 	void setNumberingMode(int numberingMode)	{ _numberingMode = numberingMode; }
 	
 	virtual void handleMouseDown(int x, int y, int button, int clickCount);





More information about the Scummvm-git-logs mailing list