[opengm] 194/386: fixed class vs struct bug

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 31 08:37:39 UTC 2016


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

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

commit c6466deef564530b45925ec61add61a79a309b3f
Author: DerThorsten <thorsten.beier at iwr.uni-heidelberg.de>
Date:   Tue Dec 23 15:27:40 2014 +0100

    fixed class vs struct bug
---
 include/opengm/inference/icm.hxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/opengm/inference/icm.hxx b/include/opengm/inference/icm.hxx
index 49d4cc2..05f8655 100644
--- a/include/opengm/inference/icm.hxx
+++ b/include/opengm/inference/icm.hxx
@@ -37,12 +37,12 @@ public:
    typedef opengm::visitors::TimingVisitor<ICM<GM,ACC> > TimingVisitorType;
 
     template<class _GM>
-    class RebindGm{
+    struct RebindGm{
         typedef ICM<_GM, ACC> type;
     };
 
     template<class _GM,class _ACC>
-    class RebindGmAndAcc{
+    struct RebindGmAndAcc{
         typedef ICM<_GM, _ACC> type;
     };
 

-- 
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