diff --git a/include/drumsynth.h b/include/DrumSynth.h similarity index 97% rename from include/drumsynth.h rename to include/DrumSynth.h index 642325307..e57499038 100644 --- a/include/drumsynth.h +++ b/include/DrumSynth.h @@ -1,5 +1,5 @@ /* - * drumsynth.h - DrumSynth DS file renderer + * DrumSynth.h - DrumSynth DS file renderer * * Copyright (c) 1998-2000 Paul Kellett (mda-vst.com) * Copyright (c) 2007 Paul Giblock diff --git a/src/core/drumsynth.cpp b/src/core/DrumSynth.cpp similarity index 99% rename from src/core/drumsynth.cpp rename to src/core/DrumSynth.cpp index d55f7f8ea..305ed5ae1 100644 --- a/src/core/drumsynth.cpp +++ b/src/core/DrumSynth.cpp @@ -24,7 +24,7 @@ */ -#include "drumsynth.h" +#include "DrumSynth.h" #include "lmmsconfig.h" #include diff --git a/src/core/SampleBuffer.cpp b/src/core/SampleBuffer.cpp index d0e0397fc..eaeb62471 100644 --- a/src/core/SampleBuffer.cpp +++ b/src/core/SampleBuffer.cpp @@ -54,7 +54,7 @@ #include "base64.h" #include "ConfigManager.h" #include "debug.h" -#include "drumsynth.h" +#include "DrumSynth.h" #include "endian_handling.h" #include "engine.h" #include "interpolation.h"