From bd5bc9cda090a877ff9850be907b0d2d2ba33d3a Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 25 Feb 2014 09:13:16 +0000 Subject: [PATCH] TerraSync: expose method as public - needed for command-line terrasync util. --- simgear/scene/tsync/terrasync.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;