summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2014-06-18 22:42:20 +0000
committerAndrew Stitcher <astitcher@apache.org>2014-06-18 22:42:20 +0000
commita49f528383540f10ce89fbce3e2ed8b62b9f8720 (patch)
tree039c6bf0ec7d20119d11d4a28e86b4da10f71858 /qpid/cpp/src
parent4e98b57acdc50ef6fcdbcb8eb4a2bf29e749df57 (diff)
downloadqpid-python-a49f528383540f10ce89fbce3e2ed8b62b9f8720.tar.gz
QPID-5807: Fix inconsistent DLL linkage
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1603661 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/Options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/Options.h b/qpid/cpp/src/qpid/Options.h
index e5b386912d..ed4221fc90 100644
--- a/qpid/cpp/src/qpid/Options.h
+++ b/qpid/cpp/src/qpid/Options.h
@@ -63,7 +63,7 @@ QPID_COMMON_EXTERN std::string prettyArg(const std::string&, const std::string&)
///@internal
template <class T>
-QPID_COMMON_EXTERN po::value_semantic* create_value(T& val, const std::string& arg);
+po::value_semantic* create_value(T& val, const std::string& arg);
/** Create an option value.
* name, value appear after the option name in help like this: