diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-11-05 15:19:04 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-11-05 15:19:04 +0100 |
commit | 992750a805d21de4ffcf7f4382fea8aa1f58c3b7 (patch) | |
tree | 972b5d367a5aaa936c009a87acd1a77af984e679 | |
parent | 1e7485b7f42d64f86daf732b190ce287ef8ee33a (diff) |
Fix predeclaration type.
-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 { |