From beeb032aacad0d0cf3a37cfe322c581bf6f762ed Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 17 Apr 2017 15:21:54 +0200 Subject: Fix predeclaration. --- plugingui/maintab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugingui/maintab.h b/plugingui/maintab.h index ba0648c..144b075 100644 --- a/plugingui/maintab.h +++ b/plugingui/maintab.h @@ -34,7 +34,7 @@ #include "humanizerframecontent.h" #include "diskstreamingframecontent.h" -class Settings; +struct Settings; class SettingsNotifier; namespace GUI -- cgit v1.2.3