diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-08-12 13:35:04 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-08-12 13:35:04 +0200 |
commit | df47a7be9078802c694231e6e8fa6336601bd4f2 (patch) | |
tree | ad73aa029bf0a46485e0be000998ebf14c32bb84 /include/mbgl | |
parent | 52939ce2fa7b1aaf4b4f649ea0c9ec26e132ee34 (diff) | |
download | qtlocation-mapboxgl-df47a7be9078802c694231e6e8fa6336601bd4f2.tar.gz |
explicitly define destructor to avoid destructing with forward declaration
Diffstat (limited to 'include/mbgl')
-rw-r--r-- | include/mbgl/style/style.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/style/style.hpp b/include/mbgl/style/style.hpp index 1f24674e42..6acb5d0cb8 100644 --- a/include/mbgl/style/style.hpp +++ b/include/mbgl/style/style.hpp @@ -28,6 +28,7 @@ public: public: Style(); + ~Style(); void loadJSON(const uint8_t *const data); |