diff options
-rw-r--r-- | qthelper.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qthelper.cpp b/qthelper.cpp index 9c74a74cf..2384a317b 100644 --- a/qthelper.cpp +++ b/qthelper.cpp @@ -1,4 +1,5 @@ #include "qthelper.h" +#include <QMap> DiveComputerList::DiveComputerList() { @@ -7,7 +8,7 @@ DiveComputerList::DiveComputerList() DiveComputerList::~DiveComputerList() { - dcMap.~QMap(); + } bool DiveComputerNode::operator == (const DiveComputerNode &a) const { |