mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
Removed unused friends statement (causes internal compiler error with GCC 2.95 on BeOS)
svn-id: r31298
This commit is contained in:
parent
1e58257791
commit
1092b87cd7
@ -69,7 +69,6 @@ namespace Common {
|
||||
*/
|
||||
template<class T>
|
||||
class SharedPtr {
|
||||
template<class T2> friend class SharedPtr;
|
||||
public:
|
||||
typedef int RefValue;
|
||||
typedef T ValueType;
|
||||
|
Loading…
x
Reference in New Issue
Block a user