diff options
author | Max Horn | 2008-03-29 00:04:33 +0000 |
---|---|---|
committer | Max Horn | 2008-03-29 00:04:33 +0000 |
commit | 1092b87cd7f4b73d896db3aca031e50a84a43565 (patch) | |
tree | 12a6e622044c4b6d6e9275d7636d73031845a33d | |
parent | 1e582577915332375e44b8ca97e9e705b1ac00f6 (diff) | |
download | scummvm-rg350-1092b87cd7f4b73d896db3aca031e50a84a43565.tar.gz scummvm-rg350-1092b87cd7f4b73d896db3aca031e50a84a43565.tar.bz2 scummvm-rg350-1092b87cd7f4b73d896db3aca031e50a84a43565.zip |
Removed unused friends statement (causes internal compiler error with GCC 2.95 on BeOS)
svn-id: r31298
-rw-r--r-- | common/ptr.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 T> class SharedPtr { - template<class T2> friend class SharedPtr; public: typedef int RefValue; typedef T ValueType; |