]> git.mxchange.org Git - simgear.git/commitdiff
TerraSync: expose method as public
authorJames Turner <zakalawe@mac.com>
Tue, 25 Feb 2014 09:13:16 +0000 (09:13 +0000)
committerJames Turner <zakalawe@mac.com>
Tue, 25 Feb 2014 09:13:16 +0000 (09:13 +0000)
- needed for command-line terrasync util.

simgear/scene/tsync/terrasync.hxx

index b603da959217ec78e9cf4b736419eeacfdcc2aee..8150872d0d0e4d4fc986e1993c6014d34738619c 100644 (file)
@@ -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;