diff --git a/simgear/scene/tsync/terrasync.cxx b/simgear/scene/tsync/terrasync.cxx index 5beabc27..00c34c41 100644 --- a/simgear/scene/tsync/terrasync.cxx +++ b/simgear/scene/tsync/terrasync.cxx @@ -339,19 +339,19 @@ private: SyncSlot _syncSlots[NUM_SYNC_SLOTS]; bool _stop, _running; - SGBlockingDeque waitingTiles; + SGBlockingDeque waitingTiles; - TileAgeCache _completedTiles; - TileAgeCache _notFoundItems; + TileAgeCache _completedTiles; + TileAgeCache _notFoundItems; - SGBlockingDeque _freshTiles; - string _local_dir; - SGPath _persistentCachePath; - string _httpServer; - SGPath _installRoot; - string _sceneryVersion; - string _protocol; - string _dnsdn; + SGBlockingDeque _freshTiles; + string _local_dir; + SGPath _persistentCachePath; + string _httpServer; + SGPath _installRoot; + string _sceneryVersion; + string _protocol; + string _dnsdn; TerrasyncThreadState _state; SGMutex _stateLock;