diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2011-05-09 19:55:29 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2011-05-09 19:55:29 +0000 |
| commit | 4a4f8e01bcea816bccf0f427f6296c3a8d12e5cc (patch) | |
| tree | 31dfa89e10dd3c3879984f791065c9d5f8d620f3 /cpp/src/qpid/sys/ssl | |
| parent | 837855971d295d497d1372bbc12a6c4b10dd0c3f (diff) | |
| download | qpid-python-4a4f8e01bcea816bccf0f427f6296c3a8d12e5cc.tar.gz | |
QPID-3004: Get Clang to compile qpid c++
- Change class/struct declarations to be consistent with the definition to avoid
warnings
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1101178 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/sys/ssl')
| -rw-r--r-- | cpp/src/qpid/sys/ssl/SslHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/sys/ssl/SslHandler.h b/cpp/src/qpid/sys/ssl/SslHandler.h index a340109966..400fa317fd 100644 --- a/cpp/src/qpid/sys/ssl/SslHandler.h +++ b/cpp/src/qpid/sys/ssl/SslHandler.h @@ -35,7 +35,7 @@ namespace sys { namespace ssl { class SslIO; -class SslIOBufferBase; +struct SslIOBufferBase; class SslSocket; class SslHandler : public OutputControl { |
