commit d673b338464d1141b52fac55ebe20b374f03df22 parent d682b26366d6c4713cf13031068c9253d72e3352 Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Sun, 13 Mar 2022 19:17:54 +0100 fix compile error (filename case issue) Diffstat:
M | source/jucePlugin/genericUI/rotaryStyle.cpp | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/jucePlugin/genericUI/rotaryStyle.cpp b/source/jucePlugin/genericUI/rotaryStyle.cpp @@ -1,4 +1,4 @@ -#include "rotarystyle.h" +#include "rotaryStyle.h" namespace genericUI {