aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/interface_tree_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/interface_tree_model.h')
-rw-r--r--ui/qt/interface_tree_model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/interface_tree_model.h b/ui/qt/interface_tree_model.h
index 33daff9eed..a441b39e33 100644
--- a/ui/qt/interface_tree_model.h
+++ b/ui/qt/interface_tree_model.h
@@ -102,7 +102,7 @@ protected slots:
private:
QVariant toolTipForInterface(int idx) const;
- QMap<QString, PointList *> points;
+ QMap<QString, PointList> points;
#ifdef HAVE_LIBPCAP
if_stat_cache_t *stat_cache_;