aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2008-03-29 00:04:33 +0000
committerMax Horn2008-03-29 00:04:33 +0000
commit1092b87cd7f4b73d896db3aca031e50a84a43565 (patch)
tree12a6e622044c4b6d6e9275d7636d73031845a33d /common
parent1e582577915332375e44b8ca97e9e705b1ac00f6 (diff)
downloadscummvm-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
Diffstat (limited to 'common')
-rw-r--r--common/ptr.h1
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;