From 63208b4e1f192ef52e4b780cdab42bb9157b942e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20M=C3=BCller?= Date: Sun, 17 Sep 2023 09:23:46 +0200 Subject: [PATCH] core/organisefmt: use same visibility for fwd decl as in def MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcus Müller --- src/core/organiseformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/organiseformat.h b/src/core/organiseformat.h index 17e6d3078..d8ff83d60 100644 --- a/src/core/organiseformat.h +++ b/src/core/organiseformat.h @@ -27,7 +27,7 @@ #include "core/song.h" -class TranscoderPreset; +struct TranscoderPreset; class OrganiseFormat { public: