summaryrefslogtreecommitdiff
path: root/src/powerlist.h
diff options
context:
space:
mode:
authorChristian Glöckner <cgloeckner@freenet.de>2016-05-27 09:47:06 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2017-04-23 14:49:00 +0200
commitb89d5e1c9932052f07bcbedb86ae58a43e065627 (patch)
tree2140198b6a57a8cbe7fe57067f20b90e9546a77f /src/powerlist.h
parent7924b3c3b64950758fbba5b0a68e9b3432b7a892 (diff)
fixes after rebasemidi-refactor
Diffstat (limited to 'src/powerlist.h')
-rw-r--r--src/powerlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/powerlist.h b/src/powerlist.h
index f194fb0..5a362c6 100644
--- a/src/powerlist.h
+++ b/src/powerlist.h
@@ -48,6 +48,7 @@ private:
float power;
};
+
Random& rand;
std::vector<PowerListItem> samples;