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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Jan 28 09:40:30 CET 2008


Revision: 30670
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30670&view=rev
Author:   fingolfin
Date:     2008-01-28 00:40:30 -0800 (Mon, 28 Jan 2008)

Log Message:
-----------
Forward declare HashMap::ConstIterator (this might fix compile errors with some old GCC versions)

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

Modified: scummvm/trunk/common/hashmap.h
===================================================================
--- scummvm/trunk/common/hashmap.h	2008-01-28 01:09:17 UTC (rev 30669)
+++ scummvm/trunk/common/hashmap.h	2008-01-28 08:40:30 UTC (rev 30670)
@@ -116,6 +116,8 @@
 	int lookupAndCreateIfMissing(const Key &key);
 	void expand_array(uint newsize);
 
+	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