From: Hannes Janetzek Date: Fri, 24 Mar 2017 10:33:11 +0000 (+0100) Subject: Fix queueSceneUpdates X-Git-Tag: submit/tizen/20170407.015810~5^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f6e6ee90d01cfb9e65b13675d36f4727f48285a;p=platform%2Fcore%2Flocation%2Fmaps-plugin-mapzen.git Fix queueSceneUpdates Change-Id: Icf911a0cc4332b3803371571ee52c4b07c48e59c --- diff --git a/src/mapzen/tangram/tangram.h b/src/mapzen/tangram/tangram.h index d539f02..b58f4de 100644 --- a/src/mapzen/tangram/tangram.h +++ b/src/mapzen/tangram/tangram.h @@ -49,7 +49,7 @@ public: // separated by a '.' and the value is a string of yaml to replace the current value // at the given path in the scene void queueSceneUpdate(const char* _path, const char* _value); - void queueSceneUpdate(std::vector sceneUpdates); + void queueSceneUpdate(const std::vector& sceneUpdates); // Apply all previously requested scene updates void applySceneUpdates();