diff options
Diffstat (limited to 'source/core/StarIODevice.cpp')
-rw-r--r-- | source/core/StarIODevice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/StarIODevice.cpp b/source/core/StarIODevice.cpp index d87d33f..1274e89 100644 --- a/source/core/StarIODevice.cpp +++ b/source/core/StarIODevice.cpp @@ -52,7 +52,7 @@ void IODevice::close() { void IODevice::sync() {} String IODevice::deviceName() const { - return strf("IODevice <%s>", this); + return strf("IODevice <%s>", (void*)this); } bool IODevice::atEnd() { |