summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/Hwmon.h')
-rw-r--r--daemon/Hwmon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/daemon/Hwmon.h b/daemon/Hwmon.h
index 35981dc..46bb42e 100644
--- a/daemon/Hwmon.h
+++ b/daemon/Hwmon.h
@@ -34,6 +34,10 @@ private:
34 HwmonCounter *findCounter(const Counter &counter) const; 34 HwmonCounter *findCounter(const Counter &counter) const;
35 35
36 HwmonCounter *counters; 36 HwmonCounter *counters;
37
38 // Intentionally unimplemented
39 Hwmon(const Hwmon &);
40 Hwmon &operator=(const Hwmon &);
37}; 41};
38 42
39#endif // HWMON_H 43#endif // HWMON_H