diff options
Diffstat (limited to 'src/corelib/io/qdebug.h')
-rw-r--r-- | src/corelib/io/qdebug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qdebug.h b/src/corelib/io/qdebug.h index 6c05756..9b0fbe5 100644 --- a/src/corelib/io/qdebug.h +++ b/src/corelib/io/qdebug.h @@ -235,7 +235,7 @@ inline QDebug operator<<(QDebug debug, const QSet<T> &set) #if defined(FORCE_UREF) template <class T> -inline QDebug &operator<<(QDebug debug, const QContiguousCache<T> &contiguousCache) +inline QDebug &operator<<(QDebug debug, const QContiguousCache<T> &cache) #else template <class T> inline QDebug operator<<(QDebug debug, const QContiguousCache<T> &cache) |