diff options
Diffstat (limited to 'src/corelib/tools/qsharedpointer.h')
| -rw-r--r-- | src/corelib/tools/qsharedpointer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qsharedpointer.h b/src/corelib/tools/qsharedpointer.h index 5d473696870..82eb80beffa 100644 --- a/src/corelib/tools/qsharedpointer.h +++ b/src/corelib/tools/qsharedpointer.h @@ -66,7 +66,7 @@ public: operator bool() const; bool operator!() const; T &operator*() const; - T *operator ->() const; + T *operator->() const; // constructors QSharedPointer(); |
