summaryrefslogtreecommitdiffstats
path: root/src/hdsensorslist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hdsensorslist.h')
-rw-r--r--src/hdsensorslist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hdsensorslist.h b/src/hdsensorslist.h
index 5662858..fff3015 100644
--- a/src/hdsensorslist.h
+++ b/src/hdsensorslist.h
@@ -47,7 +47,7 @@ private:
static bool isHddTempInstalled();
static bool getDisks(QStringList &disks);
- static bool getDiskInfo(const char *buf, QString disk, QString &name, double &value);
+ static bool getDiskInfo(const QString buf, QString &name, double &value);
};
#endif