]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/gps.cxx
Prepare and implement reinit methods for instruments
[flightgear.git] / src / Instrumentation / gps.cxx
index 3d15e8e57a11a4ef4c5e1179483795772cabae54..729ad0526f70460098d9127db6f3a991713e3f6e 100644 (file)
@@ -328,7 +328,11 @@ GPS::init ()
   
   // last thing, add the deprecated prop watcher
   new DeprecatedPropListener(_gpsNode);
-  
+}
+
+void
+GPS::reinit ()
+{
   clearOutput();
 }