From f74bd9908577463d77197daefa3f79d788c134c4 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 8 Jun 2018 00:23:16 +0200 Subject: Fix type in forward declaration. --- src/instrumentparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instrumentparser.h b/src/instrumentparser.h index f88f2ae..a40a184 100644 --- a/src/instrumentparser.h +++ b/src/instrumentparser.h @@ -32,7 +32,7 @@ #include #include -class Settings; +struct Settings; class InstrumentParser : public SAXParser -- cgit v1.2.3