diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-29 21:14:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-05-29 22:34:49 +0100 |
commit | 5713c054c569593e21d2d9db8680d5304f3063f9 (patch) | |
tree | 4290657906a7a21713197eb41b7ab6b5c08d90c7 /shell/inc | |
parent | 0453a1244a3966cef1497b4a0931d1e8279e2822 (diff) |
WaE: C4099: type name first seen using struct now using class
Change-Id: I31772243349f1e3fcbea6b0d0aea9786b19d0fcc
Diffstat (limited to 'shell/inc')
-rw-r--r-- | shell/inc/internal/stream_helper.hxx | 2 |
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 { |