From 7837e41f5a565dd51cccb55d1a0a8afcc70f7cec Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Sun, 18 Nov 2018 01:19:18 -0600 Subject: [PATCH] Use alias for preset_store --- src/GUI/GUI.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/GUI.hpp b/src/GUI/GUI.hpp index 5cface24d..99ae5653d 100644 --- a/src/GUI/GUI.hpp +++ b/src/GUI/GUI.hpp @@ -33,7 +33,7 @@ public: void OnUnhandledException() override; - std::array presets { Presets() }; + preset_store presets { Presets() }; std::array preset_ini { }; private: std::unique_ptr notifier {nullptr};