summaryrefslogtreecommitdiff
path: root/include/llmr/util
diff options
context:
space:
mode:
authorAnsis Brammanis <ansis.brammanis@gmail.com>2014-05-30 13:06:08 -0400
committerAnsis Brammanis <ansis.brammanis@gmail.com>2014-05-30 13:06:08 -0400
commitc0c43ef518129da511ad774383e174d3ef935b5a (patch)
tree8c452c939639799e4285b787ad054f6578f668b6 /include/llmr/util
parentd5e63cea21932dbc03e513e205f0f3c66cc8c350 (diff)
downloadqtlocation-mapboxgl-c0c43ef518129da511ad774383e174d3ef935b5a.tar.gz
fix compile error
Diffstat (limited to 'include/llmr/util')
-rw-r--r--include/llmr/util/uv.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llmr/util/uv.hpp b/include/llmr/util/uv.hpp
index 0600b85503..27ac019f20 100644
--- a/include/llmr/util/uv.hpp
+++ b/include/llmr/util/uv.hpp
@@ -122,7 +122,7 @@ private:
}
private:
- std::shared_ptr<loop> loop;
+ std::shared_ptr<uv::loop> loop;
uv_work_t req;
T data;
work_callback work_cb;