From c356e38fa2dc01053514558662ea141b3ca964fa Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sat, 19 Nov 2022 04:21:43 -0500 Subject: [PATCH] MSVC is better than GCC --- src/engine/instrument.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/instrument.h b/src/engine/instrument.h index 145da66a..db9221fc 100644 --- a/src/engine/instrument.h +++ b/src/engine/instrument.h @@ -23,7 +23,7 @@ #include "dataErrors.h" #include "../ta-utils.h" -class DivSong; +struct DivSong; // NOTICE! // before adding new instrument types to this struct, please ask me first.