diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-06-22 15:55:38 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-06-22 15:55:38 +0000 |
commit | bb79c97b98e762a6b236bfb370377ba6e2c18689 (patch) | |
tree | 834cc860eb4f266023f6e55b287039fc9b32d0b9 /cpp/src/qpid/console/SessionManager.h | |
parent | 01cd3bb22d3a86bfa14777e99489fe3d395151a8 (diff) | |
download | qpid-python-bb79c97b98e762a6b236bfb370377ba6e2c18689.tar.gz |
Resolve Windows build errors/warnings
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787286 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/console/SessionManager.h')
-rw-r--r-- | cpp/src/qpid/console/SessionManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/console/SessionManager.h b/cpp/src/qpid/console/SessionManager.h index 770d4b3d28..bbb4983bce 100644 --- a/cpp/src/qpid/console/SessionManager.h +++ b/cpp/src/qpid/console/SessionManager.h @@ -52,7 +52,7 @@ class SessionManager public: typedef std::vector<std::string> NameVector; typedef std::vector<ClassKey> KeyVector; - ~SessionManager(); + QPID_CONSOLE_EXTERN ~SessionManager(); struct Settings { bool rcvObjects; |