summaryrefslogtreecommitdiffstats
path: root/weather/weather.h
diff options
context:
space:
mode:
Diffstat (limited to 'weather/weather.h')
-rw-r--r--weather/weather.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/weather/weather.h b/weather/weather.h
index 75054d5..93c5ec4 100644
--- a/weather/weather.h
+++ b/weather/weather.h
@@ -41,7 +41,7 @@ class Weather : public QObject
void conditionChanged(QString condition);
private:
- MessageEngine *m_mloop;
+ std::shared_ptr<MessageEngine> m_mloop;
QString m_temperature;
QString m_condition;