From d21f8cbb250585565d22fee5e418b55c91e7f2f2 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Mon, 4 Jun 2018 16:26:55 -0500 Subject: [PATCH] Moved PresetEditor into Dialogs subdir --- src/GUI/{ => Dialogs}/PresetEditor.hpp | 0 src/GUI/MainFrame.hpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/GUI/{ => Dialogs}/PresetEditor.hpp (100%) diff --git a/src/GUI/PresetEditor.hpp b/src/GUI/Dialogs/PresetEditor.hpp similarity index 100% rename from src/GUI/PresetEditor.hpp rename to src/GUI/Dialogs/PresetEditor.hpp diff --git a/src/GUI/MainFrame.hpp b/src/GUI/MainFrame.hpp index 65b66649e..d5a8ca61c 100644 --- a/src/GUI/MainFrame.hpp +++ b/src/GUI/MainFrame.hpp @@ -14,7 +14,7 @@ #include "Controller.hpp" #include "Plater.hpp" -#include "PresetEditor.hpp" +#include "Dialogs/PresetEditor.hpp" #include "Settings.hpp" #include "GUI.hpp" #include "ProgressStatusBar.hpp"