summaryrefslogtreecommitdiffstats
path: root/src/openbsd/btop_collect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openbsd/btop_collect.cpp')
-rw-r--r--src/openbsd/btop_collect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openbsd/btop_collect.cpp b/src/openbsd/btop_collect.cpp
index c0f7b9f..3784ea9 100644
--- a/src/openbsd/btop_collect.cpp
+++ b/src/openbsd/btop_collect.cpp
@@ -202,7 +202,7 @@ namespace Cpu {
string cpuName;
string cpuHz;
bool has_battery = true;
- tuple<int, long, string> current_bat;
+ tuple<int, float, long, string> current_bat;
const array<string, 10> time_names = {"user", "nice", "system", "idle"};