summaryrefslogtreecommitdiff
path: root/include/mbgl/util
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-03 20:14:11 +1100
committerLeith Bade <leith@mapbox.com>2014-12-03 20:14:11 +1100
commit9346f6f6bd5ee7351a675bb0d89c261b85cd30d1 (patch)
tree5c0dada6132d2bff1bafdb26fffb1e6da2d8f185 /include/mbgl/util
parent35b0e2bfbde5069630d17a446fd757185edf52cf (diff)
downloadqtlocation-mapboxgl-9346f6f6bd5ee7351a675bb0d89c261b85cd30d1.tar.gz
Remove accidental friend
Diffstat (limited to 'include/mbgl/util')
-rw-r--r--include/mbgl/util/uv_detail.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mbgl/util/uv_detail.hpp b/include/mbgl/util/uv_detail.hpp
index f1f9491b25..61a972c44f 100644
--- a/include/mbgl/util/uv_detail.hpp
+++ b/include/mbgl/util/uv_detail.hpp
@@ -73,7 +73,6 @@ private:
};
class async : public mbgl::util::noncopyable {
- friend class cond;
public:
inline async(uv_loop_t* loop, std::function<void ()> fn_)
: fn(fn_) {