From 358f52467d5b51bca0fd9648720e7232eff80c05 Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Sat, 13 Mar 2021 07:59:58 +0100 Subject: [PATCH] Renaming of Disp_Plus.h. Small fixes. --- UI.hpp | 2 +- Disp_Plus.h => disp_plus.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Disp_Plus.h => disp_plus.h (100%) diff --git a/UI.hpp b/UI.hpp index e3fb1db..ed411ee 100644 --- a/UI.hpp +++ b/UI.hpp @@ -28,7 +28,7 @@ #endif #include "config.h" -#include "Disp_Plus.h" +#include "disp_plus.h" #include "effect_modulated_delay.h" #include "effect_stereo_mono.h" #ifdef USE_PLATEREVERB diff --git a/Disp_Plus.h b/disp_plus.h similarity index 100% rename from Disp_Plus.h rename to disp_plus.h