diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-17 15:21:54 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-17 15:21:54 +0200 |
commit | beeb032aacad0d0cf3a37cfe322c581bf6f762ed (patch) | |
tree | 9c546e9fe81067fe5101657fc54ac4036ed4034a /plugingui/maintab.h | |
parent | 2c0fc6f4087442079051c2df1fff7d8fa2ac7b19 (diff) |
Fix predeclaration.
Diffstat (limited to 'plugingui/maintab.h')
-rw-r--r-- | plugingui/maintab.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |