summaryrefslogtreecommitdiff
path: root/include/llmr/util/raster.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-04-30 14:20:15 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-04-30 14:20:15 +0200
commit4afe20776d70125131e49913007c95424c4f5247 (patch)
tree59ed61cb2be2c0710fd3bc52aa37b28b8348e9eb /include/llmr/util/raster.hpp
parent61442748ab5fd75df4141ea29f6341913392a519 (diff)
downloadqtlocation-mapboxgl-4afe20776d70125131e49913007c95424c4f5247.tar.gz
move animation time api to use nanoseconds
Diffstat (limited to 'include/llmr/util/raster.hpp')
-rw-r--r--include/llmr/util/raster.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llmr/util/raster.hpp b/include/llmr/util/raster.hpp
index 229d32c01c..58fb09faeb 100644
--- a/include/llmr/util/raster.hpp
+++ b/include/llmr/util/raster.hpp
@@ -32,7 +32,7 @@ public:
// animations
void beginFadeInAnimation();
bool needsAnimation() const;
- void updateAnimations(double time);
+ void updateAnimations(time now);
inline void setData(const std::string &img) { data = img; }