summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-02-13 10:55:22 -0800
committerKonstantin Käfer <mail@kkaefer.com>2015-02-13 13:28:40 -0800
commitf4e9908045ee4470ddfa7daac3bd241a801eca5c (patch)
treead85682e904175ec2a2c095dbed5808db01ea49f /include
parentaecef6da1a7903ef318e02f62d1cdd97a2e3e53b (diff)
downloadqtlocation-mapboxgl-f4e9908045ee4470ddfa7daac3bd241a801eca5c.tar.gz
code style
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/storage/default/request.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mbgl/storage/default/request.hpp b/include/mbgl/storage/default/request.hpp
index e26d59e2d9..648585f304 100644
--- a/include/mbgl/storage/default/request.hpp
+++ b/include/mbgl/storage/default/request.hpp
@@ -38,8 +38,8 @@ private:
static void cancelCallback(uv_async_t *async);
private:
- uv_async_t *notify_async = nullptr;
- uv_async_t *destruct_async = nullptr;
+ uv_async_t *notifyAsync = nullptr;
+ uv_async_t *destructAsync = nullptr;
Callback callback;
std::shared_ptr<const Response> response;