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.cpp | |
parent | 3b5a3500766abd38907824a8b02991708309488e (diff) |
logic/tracker: rename to pipeline
Could use a better name.
Diffstat (limited to 'gui/main-window.cpp')
-rw-r--r-- | gui/main-window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/main-window.cpp b/gui/main-window.cpp index fbad58e8..40a3dcd5 100644 --- a/gui/main-window.cpp +++ b/gui/main-window.cpp @@ -7,7 +7,7 @@ */ #include "main-window.hpp" -#include "logic/tracker.h" +#include "logic/pipeline.hpp" #include "options/options.hpp" #include "opentrack-library-path.h" #include "new_file_dialog.h" |