summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMartin Miller2021-08-31 22:23:46 -0400
committerMartin Miller2021-08-31 22:23:46 -0400
commit27ca72fe18ce0638a7e64eb13b3c71df09ce71f6 (patch)
tree29e6eddfe2d8b777039b2cd693d13eaf197c427a /src/main.cpp
parent0663fb75c6bc42ccd093bed66820e92541ed419c (diff)
downloadrefslam-allfeats.zip
refslam-allfeats.tar.gz
Changes so that I can build in 2021allfeats
Needed to use the cv namespace for some defines when building with the default opencv4 development library provided with Fedora
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index f1bcd30..1c91692 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -419,6 +419,7 @@ parseLine(char *line, message *data)
fprintf(stderr, "Message type %s is unknown, quitting.\n", msg_type);
exit(1);
}
+ return 0;
}
/*