summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-02-13 14:50:20 -0800
committerKonstantin Käfer <mail@kkaefer.com>2015-03-06 16:09:14 +0100
commit2075d6bb9a6d6236e3e8f5b3f7f2371c23055c55 (patch)
treeb0856f99e508edfb99483701c87f911247342faf /include
parent025654a101eada83c23178ae39e48a0fe495a6f5 (diff)
downloadqtlocation-mapboxgl-2075d6bb9a6d6236e3e8f5b3f7f2371c23055c55.tar.gz
fix ambiguous name (gcc)
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/util/uv.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/util/uv.hpp b/include/mbgl/util/uv.hpp
index 1183394681..6f0a916040 100644
--- a/include/mbgl/util/uv.hpp
+++ b/include/mbgl/util/uv.hpp
@@ -89,7 +89,7 @@ public:
private:
T *ptr = nullptr;
- lock lock;
+ class lock lock;
};