summaryrefslogtreecommitdiff
path: root/test/style
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-06-25 14:13:05 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-06-26 10:32:07 -0700
commite6a576f6eb2fb0124b7cbfbc975398ded5e812f9 (patch)
tree9236db608b67984885598f7ba11151d2301ac0b3 /test/style
parent07a6d2ef647e44151c269de2abdc98c89b0ae910 (diff)
downloadqtlocation-mapboxgl-e6a576f6eb2fb0124b7cbfbc975398ded5e812f9.tar.gz
currentState() ⇢ getState()
Diffstat (limited to 'test/style')
-rw-r--r--test/style/resource_loading.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/style/resource_loading.cpp b/test/style/resource_loading.cpp
index 36137f1adc..92d479b512 100644
--- a/test/style/resource_loading.cpp
+++ b/test/style/resource_loading.cpp
@@ -47,7 +47,7 @@ public:
data_.setAnimationTime(now);
transform_.updateTransitions(now);
- style_->update(data_, transform_.currentState(), texturePool_);
+ style_->update(data_, transform_.getState(), texturePool_);
}
// Style::Observer implementation.