[Scummvm-cvs-logs] SF.net SVN: scummvm: [31358] scummvm/trunk/common/list.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed Apr 2 04:15:47 CEST 2008


Revision: 31358
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31358&view=rev
Author:   lordhoto
Date:     2008-04-01 19:15:47 -0700 (Tue, 01 Apr 2008)

Log Message:
-----------
Oops forgot to enable friend statement.

Modified Paths:
--------------
    scummvm/trunk/common/list.h

Modified: scummvm/trunk/common/list.h
===================================================================
--- scummvm/trunk/common/list.h	2008-04-02 02:15:00 UTC (rev 31357)
+++ scummvm/trunk/common/list.h	2008-04-02 02:15:47 UTC (rev 31358)
@@ -54,7 +54,7 @@
 
 	template <class t_T2>
 	class Iterator {
-		//template<class T> friend class Iterator;
+		template<class T> friend class Iterator;
 		friend class List<t_T>;
 		NodeBase *_node;
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list