From db772591574cf5b76dcc33585163a969993afdf4 Mon Sep 17 00:00:00 2001 From: saker Date: Tue, 26 Sep 2023 07:27:27 -0400 Subject: [PATCH] Update include/SampleLoader.h Co-authored-by: Dalton Messmer <33463986+messmerd@users.noreply.github.com> --- include/SampleLoader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SampleLoader.h b/include/SampleLoader.h index 24245542d..029977214 100644 --- a/include/SampleLoader.h +++ b/include/SampleLoader.h @@ -44,4 +44,4 @@ private: }; } // namespace lmms::gui -#endif // LMMS_SAMPLE_BUFFER_LOADER_H \ No newline at end of file +#endif // LMMS_GUI_SAMPLE_LOADER_H