[Scummvm-cvs-logs] CVS: scummvm/common map.h,1.3,1.4

Pawe? Ko?odziejski aquadran at users.sourceforge.net
Tue Sep 10 01:27:04 CEST 2002


Update of /cvsroot/scummvm/scummvm/common
In directory usw-pr-cvs1:/tmp/cvs-serv5295

Modified Files:
	map.h 
Log Message:
fixed compilation, but not sure about this

Index: map.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/map.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- map.h	9 Sep 2002 11:41:13 -0000	1.3
+++ map.h	10 Sep 2002 08:26:52 -0000	1.4
@@ -39,8 +39,9 @@
 	
 	Node *_root;
 	Node *_header;
-
+	public:
 	class Iterator {
+	protected:
 		Node *_node;
 		
 	public:





More information about the Scummvm-git-logs mailing list