From 5f293e314659f86e53870cf8666cda27512ba18e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 5 Nov 2017 15:19:04 +0100 Subject: Fix predeclaration type. --- src/powerlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/powerlist.h b/src/powerlist.h index b0938af..c00136a 100644 --- a/src/powerlist.h +++ b/src/powerlist.h @@ -31,7 +31,7 @@ #include "sample.h" class Random; -class Settings; +struct Settings; class PowerList { -- cgit v1.2.3