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-14 11:40:52 +0200 |
commit | 3b19264b7425ecd13c5c7ab470cb3c91dd257d44 (patch) | |
tree | 0b22792f3d3c8cefac3a6f28d7c2d44eebe0ef31 /tracker-easy/module.cpp | |
parent | 89cf8c3ce50e8989ad0add2694bf54e49d800309 (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> |