diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-04-14 11:40:52 +0200 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-04-24 18:46:12 +0200 |
commit | a814bff460cff1263e236e465c7ef8c8f88baf55 (patch) | |
tree | fe2dfa5708c0e90d156319703441a5abd8b619ac /tracker-easy/module.cpp | |
parent | 51436cc320670e033c69bc01d2178bd245234670 (diff) |
Easy Tracker: Renaming settings.
Diffstat (limited to 'tracker-easy/module.cpp')
-rw-r--r-- | tracker-easy/module.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-easy/module.cpp b/tracker-easy/module.cpp index b6d21c80..b7b60fa8 100644 --- a/tracker-easy/module.cpp +++ b/tracker-easy/module.cpp @@ -2,7 +2,7 @@ #include "tracker-easy-dialog.h" #include "tracker-easy-api.h" #include "module.hpp" -#include "cv-point-extractor.h" +#include "point-extractor.h" #include <memory> |