summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-29 21:14:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-29 22:34:49 +0100
commit5713c054c569593e21d2d9db8680d5304f3063f9 (patch)
tree4290657906a7a21713197eb41b7ab6b5c08d90c7 /shell
parent0453a1244a3966cef1497b4a0931d1e8279e2822 (diff)
WaE: C4099: type name first seen using struct now using class
Change-Id: I31772243349f1e3fcbea6b0d0aea9786b19d0fcc
Diffstat (limited to 'shell')
-rw-r--r--shell/inc/internal/stream_helper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/inc/internal/stream_helper.hxx b/shell/inc/internal/stream_helper.hxx
index b1949fdbfda5..f0d41bb98e79 100644
--- a/shell/inc/internal/stream_helper.hxx
+++ b/shell/inc/internal/stream_helper.hxx
@@ -31,7 +31,7 @@
#include "internal/types.hxx"
-class IStream;
+struct IStream;
class BufferStream : public StreamInterface
{