diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2013-10-06 13:43:45 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-06 10:42:32 -0700 |
commit | 4d0b6e698ae8d9a2f6f625203223e30604c7aaf9 (patch) | |
tree | c63544e80c368ad8779bb1ca54b15ebd22a094eb /qthelper.h | |
parent | 4d3e74a23676a33ffdc04a4a8b83c05f63b2693c (diff) | |
download | subsurface-4d0b6e698ae8d9a2f6f625203223e30604c7aaf9.tar.gz |
Changes to make the glib-removal-hack branch build on MacOSX
Tested with the Homebrew packaging system
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qthelper.h')
-rw-r--r-- | qthelper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qthelper.h b/qthelper.h index 0bb7c19f1..0ab184b78 100644 --- a/qthelper.h +++ b/qthelper.h @@ -29,8 +29,8 @@ public: void rmDC(QString m, uint32_t d); DiveComputerNode matchDC(QString m, uint32_t d); DiveComputerNode matchModel(QString m); - QMultiMap<QString, struct DiveComputerNode> dcMap; - QMultiMap<QString, struct DiveComputerNode> dcWorkingMap; + QMultiMap<QString, class DiveComputerNode> dcMap; + QMultiMap<QString, class DiveComputerNode> dcWorkingMap; }; QString weight_string(int weight_in_grams); |