[opengm] 02/50: Use correct namespace in inf_def_visitor.hxx

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Nov 1 17:14:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository opengm.

commit d10124406c2fde9d6a6c6b92b5aeb685333f7e8f
Author: Peter Fischer <yanlend at users.noreply.github.com>
Date:   Wed Oct 21 09:21:47 2015 +0200

    Use correct namespace in inf_def_visitor.hxx
    
    boost::python namespace required for some compilers
---
 src/interfaces/python/opengm/inference/inf_def_visitor.hxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/interfaces/python/opengm/inference/inf_def_visitor.hxx b/src/interfaces/python/opengm/inference/inf_def_visitor.hxx
index ad43751..dd2b051 100644
--- a/src/interfaces/python/opengm/inference/inf_def_visitor.hxx
+++ b/src/interfaces/python/opengm/inference/inf_def_visitor.hxx
@@ -52,7 +52,7 @@ public:
 template<class INF>
 class InfResetSuite<INF,false> : public boost::python::def_visitor<InfResetSuite<INF,false> >{
 public:
-    friend class def_visitor_access;
+    friend class boost::python::def_visitor_access;
     template <class classT>
     void visit(classT& c) const{
     }
@@ -261,4 +261,4 @@ public:
 
 
 
-#endif // INF_DEF_VISITOR 
\ No newline at end of file
+#endif // INF_DEF_VISITOR 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opengm.git



More information about the debian-science-commits mailing list