You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2015/11/11 15:44:11 UTC

qpid-proton git commit: NO-JIRA: add extern missing from commit 01e136cc

Repository: qpid-proton
Updated Branches:
  refs/heads/master a7eb04b0b -> f3edf5752


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/master
Commit: f3edf575245b8f2645c284cb5b6276546f5e5715
Parents: a7eb04b
Author: Chuck Rolke <cr...@redhat.com>
Authored: Wed Nov 11 09:44:49 2015 -0500
Committer: Chuck Rolke <cr...@redhat.com>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org