浏览代码

std:: vergessen

Bjoern Froehlich 13 年之前
父节点
当前提交
e13d28a7f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      semseg/SemSegCsurka.h

+ 1 - 1
semseg/SemSegCsurka.h

@@ -88,7 +88,7 @@ class SemSegCsurka : public SemanticSegmentation
     ClassNames cn;
 
     //! set of forbidden/background classes
-    set<int> forbidden_classes;
+    std::set<int> forbidden_classes;
 
     //! whether to use the colorfeats or not
     bool usecolorfeats;