diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-11-05 15:19:04 +0100 |
---|---|---|
committer | Goran Mekić <meka@tilda.center> | 2017-12-30 15:18:26 +0100 |
commit | 5f293e314659f86e53870cf8666cda27512ba18e (patch) | |
tree | 97ff520420fb1253ad95557bed0fcf0d30cef990 /src/powerlist.h | |
parent | 5f6dacd2acd612c3ec7d069c853f808cfe9e3d00 (diff) |
Fix predeclaration type.
Diffstat (limited to 'src/powerlist.h')
-rw-r--r-- | src/powerlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |