From f21a31cdbe697c0366612b19db610680f5ce3fbb Mon Sep 17 00:00:00 2001 From: Fredrik Larson Date: Tue, 2 Sep 2014 12:31:19 +1000 Subject: [PATCH] Comment out destructor to fix compile --- .../openpilotgcs/src/plugins/setupwizard/pages/selectionpage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ground/openpilotgcs/src/plugins/setupwizard/pages/selectionpage.h b/ground/openpilotgcs/src/plugins/setupwizard/pages/selectionpage.h index a3b0d2dd7..1c274cfed 100644 --- a/ground/openpilotgcs/src/plugins/setupwizard/pages/selectionpage.h +++ b/ground/openpilotgcs/src/plugins/setupwizard/pages/selectionpage.h @@ -42,7 +42,7 @@ class SelectionItem : public QObject { Q_OBJECT public: SelectionItem(QString name, QString description, QString shapeId, int id); - ~SelectionItem(); +// ~SelectionItem(); QString name() { return m_name; } QString description() { return m_description; }