Explorar o código

fixed namespace usage

Johannes Ruehle %!s(int64=12) %!d(string=hai) anos
pai
achega
8137977a2f
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      felzenszwalb/segment.cpp

+ 2 - 0
felzenszwalb/segment.cpp

@@ -23,6 +23,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 #include <segmentation/felzenszwalb/pnmfile.h>
 #include "segmentation/felzenszwalb/segment-image.h"
 
+using namespace felzenszwalb;
+
 int main(int argc, char **argv) {
   if (argc != 6) {
     fprintf(stderr, "usage: %s sigma k min input(ppm) output(ppm)\n", argv[0]);