summaryrefslogtreecommitdiffstats
path: root/hvac/hvac.h
diff options
context:
space:
mode:
Diffstat (limited to 'hvac/hvac.h')
-rw-r--r--hvac/hvac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hvac/hvac.h b/hvac/hvac.h
index 81378e4..858fddf 100644
--- a/hvac/hvac.h
+++ b/hvac/hvac.h
@@ -45,7 +45,7 @@ class HVAC : public QObject
void languageChanged(QString language);
private:
- MessageEngine *m_mloop;
+ std::shared_ptr<MessageEngine> m_mloop;
int m_fanspeed;
int m_temp_left_zone;