diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-21 13:26:38 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-21 13:26:38 +0200 |
commit | 207a70f1cd99e9719a878b9c6b3909302a020e93 (patch) | |
tree | 57292ec9f356ce4bbafd5e45e3305cff0a529a82 /gui/main-window.hpp | |
parent | 3b5a3500766abd38907824a8b02991708309488e (diff) |
logic/tracker: rename to pipeline
Could use a better name.
Diffstat (limited to 'gui/main-window.hpp')
-rw-r--r-- | gui/main-window.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/main-window.hpp b/gui/main-window.hpp index 3fde4301..b41c1df9 100644 --- a/gui/main-window.hpp +++ b/gui/main-window.hpp @@ -13,7 +13,7 @@ #include "options-dialog.hpp" #include "process_detector.h" #include "logic/main-settings.hpp" -#include "logic/tracker.h" +#include "logic/pipeline.hpp" #include "logic/shortcuts.h" #include "logic/work.hpp" #include "logic/state.hpp" |