diff options
| author | Gordon Sim <gsim@apache.org> | 2013-12-02 10:43:43 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2013-12-02 10:43:43 +0000 |
| commit | f4c03ddf9ebadf89b9208554b873d016893723ba (patch) | |
| tree | 00b84fba90668994a4556819912fd1cfe14b831e /qpid/cpp/src | |
| parent | 89a43fd0c7b87583dad52dab2e97d8dc1f51005e (diff) | |
| download | qpid-python-f4c03ddf9ebadf89b9208554b873d016893723ba.tar.gz | |
QPID-5379: missing export directive for windows
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1546952 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/amqp/Sasl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/amqp/Sasl.h b/qpid/cpp/src/qpid/amqp/Sasl.h index 5df03e858a..24a8de7dc4 100644 --- a/qpid/cpp/src/qpid/amqp/Sasl.h +++ b/qpid/cpp/src/qpid/amqp/Sasl.h @@ -48,7 +48,7 @@ class Sasl : protected Reader void* startFrame(); void endFrame(void*); - virtual bool stopReading(); + QPID_COMMON_EXTERN virtual bool stopReading(); }; }} // namespace qpid::amqp |
