diff options
Diffstat (limited to 'common/ptr.h')
-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 c97d7a4783..d06a25edb8 100644 --- a/common/ptr.h +++ b/common/ptr.h @@ -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 |