mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 01:26:07 +00:00
@@ -47,7 +47,7 @@ void rc_ptr< T >::ReleaseData() {
|
||||
template < typename T >
|
||||
class ncrc_ptr : public rc_ptr< T > {
|
||||
public:
|
||||
ncrc_ptr(T* ptr) : rc_ptr(ptr) {}
|
||||
ncrc_ptr(T* ptr) : rc_ptr< T >(ptr) {}
|
||||
};
|
||||
} // namespace rstl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user