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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Mar 29 01:04:33 CET 2008


Revision: 31298
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31298&view=rev
Author:   fingolfin
Date:     2008-03-28 17:04:33 -0700 (Fri, 28 Mar 2008)

Log Message:
-----------
Removed unused friends statement (causes internal compiler error with GCC 2.95 on BeOS)

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

Modified: scummvm/trunk/common/ptr.h
===================================================================
--- scummvm/trunk/common/ptr.h	2008-03-28 17:46:18 UTC (rev 31297)
+++ scummvm/trunk/common/ptr.h	2008-03-29 00:04:33 UTC (rev 31298)
@@ -69,7 +69,6 @@
  */
 template<class T>
 class SharedPtr {
-	template<class T2> friend class SharedPtr;
 public:
 	typedef int RefValue;
 	typedef T ValueType;


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