summaryrefslogtreecommitdiff
path: root/include/mbgl/style/style.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-08-12 13:35:04 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-08-12 13:35:04 +0200
commitdf47a7be9078802c694231e6e8fa6336601bd4f2 (patch)
treead73aa029bf0a46485e0be000998ebf14c32bb84 /include/mbgl/style/style.hpp
parent52939ce2fa7b1aaf4b4f649ea0c9ec26e132ee34 (diff)
downloadqtlocation-mapboxgl-df47a7be9078802c694231e6e8fa6336601bd4f2.tar.gz
explicitly define destructor to avoid destructing with forward declaration
Diffstat (limited to 'include/mbgl/style/style.hpp')
-rw-r--r--include/mbgl/style/style.hpp1
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);