summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2017-11-05 15:19:04 +0100
committerGoran Mekić <meka@tilda.center>2017-12-30 15:18:26 +0100
commit5f293e314659f86e53870cf8666cda27512ba18e (patch)
tree97ff520420fb1253ad95557bed0fcf0d30cef990
parent5f6dacd2acd612c3ec7d069c853f808cfe9e3d00 (diff)
Fix predeclaration type.
-rw-r--r--src/powerlist.h2
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
{