Removed unused friends statement (causes internal compiler error with GCC 2.95 on BeOS)

svn-id: r31298
This commit is contained in:
Max Horn 2008-03-29 00:04:33 +00:00
parent 1e58257791
commit 1092b87cd7

View File

@ -69,7 +69,6 @@ namespace Common {
*/
template<class T>
class SharedPtr {
template<class T2> friend class SharedPtr;
public:
typedef int RefValue;
typedef T ValueType;