From: James Turner Date: Tue, 25 Feb 2014 09:13:16 +0000 (+0000) Subject: TerraSync: expose method as public X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bd5bc9cda090a877ff9850be907b0d2d2ba33d3a;p=simgear.git TerraSync: expose method as public - needed for command-line terrasync util. --- diff --git a/simgear/scene/tsync/terrasync.hxx b/simgear/scene/tsync/terrasync.hxx index b603da95..8150872d 100644 --- a/simgear/scene/tsync/terrasync.hxx +++ b/simgear/scene/tsync/terrasync.hxx @@ -59,6 +59,8 @@ public: bool scheduleTile(const SGBucket& bucket); + void syncAreaByPath(const std::string& aPath); + void setRoot(SGPropertyNode_ptr root); /// retrive the associated log object, for displaying log @@ -81,7 +83,6 @@ public: protected: void syncAirportsModels(); - void syncAreaByPath(const std::string& aPath); class SvnThread;