summaryrefslogtreecommitdiff
path: root/src/powerlist.h
diff options
context:
space:
mode:
authorChristian Glöckner <cgloeckner@freenet.de>2016-05-09 10:48:44 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2017-04-23 14:47:57 +0200
commit2f2cde95bce634f26e43cdcb94cae7b27e378544 (patch)
tree6442a4b1eba4ade7a1d36caf86274a59f681ca73 /src/powerlist.h
parent3c6f5986adfb2ca4bf2ae7cb15d26793d4fa74fd (diff)
Initial Refactoring on PowerList
Diffstat (limited to 'src/powerlist.h')
-rw-r--r--src/powerlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/powerlist.h b/src/powerlist.h
index ff360b4..f194fb0 100644
--- a/src/powerlist.h
+++ b/src/powerlist.h
@@ -49,7 +49,7 @@ private:
};
Random& rand;
-
+
std::vector<PowerListItem> samples;
float power_max;
float power_min;