From 1092b87cd7f4b73d896db3aca031e50a84a43565 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 29 Mar 2008 00:04:33 +0000 Subject: Removed unused friends statement (causes internal compiler error with GCC 2.95 on BeOS) svn-id: r31298 --- common/ptr.h | 1 - 1 file changed, 1 deletion(-) (limited to 'common') diff --git a/common/ptr.h b/common/ptr.h index 809848aac1..cad23a18ff 100644 --- a/common/ptr.h +++ b/common/ptr.h @@ -69,7 +69,6 @@ namespace Common { */ template class SharedPtr { - template friend class SharedPtr; public: typedef int RefValue; typedef T ValueType; -- cgit v1.2.3