diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 09:41:22 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 09:41:22 -0500 |
commit | ea3a9effca9bebfe18bfb7546da619ecbbb121f3 (patch) | |
tree | 54ceea8953098258666fe2459632470f5dc85c94 /src/hdsensorslist.h | |
parent | 191c434271e705161fbd01ed83b6d043a275bffc (diff) | |
download | ksensors-ea3a9effca9bebfe18bfb7546da619ecbbb121f3.tar.gz ksensors-ea3a9effca9bebfe18bfb7546da619ecbbb121f3.zip |
Apply build fixes
Diffstat (limited to 'src/hdsensorslist.h')
-rw-r--r-- | src/hdsensorslist.h | 2 |
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 |