summaryrefslogtreecommitdiff
path: root/src/mbgl/storage/local_file_source.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/storage/local_file_source.hpp')
-rw-r--r--src/mbgl/storage/local_file_source.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mbgl/storage/local_file_source.hpp b/src/mbgl/storage/local_file_source.hpp
index 43319bc06e..0f065e0b5f 100644
--- a/src/mbgl/storage/local_file_source.hpp
+++ b/src/mbgl/storage/local_file_source.hpp
@@ -19,7 +19,8 @@ public:
private:
class Impl;
- std::unique_ptr<util::Thread<Impl>> thread;
+
+ std::unique_ptr<util::Thread<Impl>> impl;
};
} // namespace mbgl