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

sev at users.sourceforge.net sev at users.sourceforge.net
Thu Jan 31 22:19:10 CET 2008


Revision: 30720
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30720&view=rev
Author:   sev
Date:     2008-01-31 13:19:09 -0800 (Thu, 31 Jan 2008)

Log Message:
-----------
Second part of patch #1880781: "BeOS port for scummvm"

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

Modified: scummvm/trunk/common/hashmap.h
===================================================================
--- scummvm/trunk/common/hashmap.h	2008-01-31 14:47:52 UTC (rev 30719)
+++ scummvm/trunk/common/hashmap.h	2008-01-31 21:19:09 UTC (rev 30720)
@@ -116,7 +116,10 @@
 	int lookupAndCreateIfMissing(const Key &key);
 	void expand_array(uint newsize);
 
+	class Iterator;
 	class ConstIterator;
+	friend class Iterator;
+	friend class ConstIterator;
 
 	/**
 	 * Simple HashMap iterator implementation.


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