diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-12-16 14:28:14 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-12-16 15:32:04 +0100 |
commit | e6c060cc56b0d6a7c28ffbfff5aa1d2251d1dabe (patch) | |
tree | d7bd126a6ea27baf752b1e7b4d01c4c658c451fd /opentrack | |
parent | b81634fd08ce2bec64360aaf28823ea80ed24b36 (diff) |
opentrack, gui: rename options dialog impl filename
Diffstat (limited to 'opentrack')
-rw-r--r-- | opentrack/main-window.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/main-window.hpp b/opentrack/main-window.hpp index cec76b7a..0cc1b727 100644 --- a/opentrack/main-window.hpp +++ b/opentrack/main-window.hpp @@ -10,7 +10,7 @@ #include "api/plugin-support.hpp" #include "gui/mapping-dialog.hpp" -#include "gui/settings.hpp" +#include "gui/options-dialog.hpp" #include "gui/process_detector.h" #include "logic/main-settings.hpp" #include "logic/pipeline.hpp" |