mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
COMMON: Remove implicit conversion from ScopedPtr<T> to T*.
This commit is contained in:
parent
c21f87836e
commit
2f23ff72c1
@ -231,7 +231,6 @@ public:
|
||||
|
||||
ReferenceType operator*() const { return *_pointer; }
|
||||
PointerType operator->() const { return _pointer; }
|
||||
operator PointerType() const { return _pointer; }
|
||||
|
||||
/**
|
||||
* Implicit conversion operator to bool for convenience, to make
|
||||
|
Loading…
Reference in New Issue
Block a user