Browse Source

made m_parent in Sensor const

Malte Veerman 10 years ago
parent
commit
491440fb9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      share/src/sensors.h

+ 1 - 1
share/src/sensors.h

@@ -60,7 +60,7 @@ signals:
 
 protected:
 
-    Hwmon *m_parent;
+    Hwmon *const m_parent;
     const uint m_index;
     KSharedConfigPtr m_config;
 };