diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2014-06-18 22:42:20 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2014-06-18 22:42:20 +0000 |
| commit | a49f528383540f10ce89fbce3e2ed8b62b9f8720 (patch) | |
| tree | 039c6bf0ec7d20119d11d4a28e86b4da10f71858 /qpid/cpp/src | |
| parent | 4e98b57acdc50ef6fcdbcb8eb4a2bf29e749df57 (diff) | |
| download | qpid-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.h | 2 |
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: |
