NO-JIRA: add extern missing from commit 01e136cc
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/f3edf575 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/f3edf575 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/f3edf575 Branch: refs/heads/go1 Commit: f3edf575245b8f2645c284cb5b6276546f5e5715 Parents: a7eb04b Author: Chuck Rolke <[email protected]> Authored: Wed Nov 11 09:44:49 2015 -0500 Committer: Chuck Rolke <[email protected]> Committed: Wed Nov 11 09:44:49 2015 -0500 ---------------------------------------------------------------------- proton-c/bindings/cpp/include/proton/decoder.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/f3edf575/proton-c/bindings/cpp/include/proton/decoder.hpp ---------------------------------------------------------------------- diff --git a/proton-c/bindings/cpp/include/proton/decoder.hpp b/proton-c/bindings/cpp/include/proton/decoder.hpp index 1d105e9..1258e5a 100644 --- a/proton-c/bindings/cpp/include/proton/decoder.hpp +++ b/proton-c/bindings/cpp/include/proton/decoder.hpp @@ -344,7 +344,7 @@ template <class T> decoder& operator>>(decoder& d, sequence_ref<T> ref) { return d; } -void assert_map_scope(const decoder::scope& s); +PN_CPP_EXTERN void assert_map_scope(const decoder::scope& s); /** Extract an AMQP MAP to a C++ map */ template <class T> decoder& operator>>(decoder& d, map_ref<T> ref) { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
