diff options
Diffstat (limited to 'WebCore/platform/text/TextStream.h')
-rw-r--r-- | WebCore/platform/text/TextStream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/text/TextStream.h b/WebCore/platform/text/TextStream.h index dfaa048..d69e34b 100644 --- a/WebCore/platform/text/TextStream.h +++ b/WebCore/platform/text/TextStream.h @@ -43,7 +43,7 @@ public: TextStream& operator<<(float); TextStream& operator<<(double); TextStream& operator<<(const char*); - TextStream& operator<<(void*); + TextStream& operator<<(const void*); TextStream& operator<<(const String&); #if OS(WINDOWS) && PLATFORM(X86_64) && COMPILER(MSVC) TextStream& operator<<(unsigned __int64); |