summaryrefslogtreecommitdiffstats
path: root/map/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'map/map.h')
-rw-r--r--map/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/map.h b/map/map.h
index 91af103..150a95d 100644
--- a/map/map.h
+++ b/map/map.h
@@ -44,7 +44,7 @@ class Map : public QObject
void messageResult(QString handle, QVariantMap message);
private:
- MessageEngine *m_mloop;
+ std::shared_ptr<MessageEngine> m_mloop;
// slots
void onConnected();