]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/wxradar.hxx
Fix line endings
[flightgear.git] / src / Instrumentation / wxradar.hxx
index 3939977f08fbefb4c65cd2a8481cf9802a3a443b..1af69a5acc525d6b99fb55fc181dc6666cacc305 100644 (file)
@@ -26,6 +26,7 @@
 #include <simgear/props/props.hxx>
 #include <simgear/structure/subsystem_mgr.hxx>
 #include <simgear/environment/visual_enviro.hxx>
+#include <simgear/structure/ssgSharedPtr.hxx>
 
 class ssgTexture;
 class FGODGauge;
@@ -49,8 +50,8 @@ private:
 
     SGPropertyNode_ptr _serviceable_node;
     SGPropertyNode_ptr _Instrument;
-    ssgTexture *resultTexture;
-    ssgTexture *wxEcho;
+    ssgSharedPtr<ssgTexture> resultTexture;
+    ssgSharedPtr<ssgTexture> wxEcho;
     string last_switchKnob;
     bool sim_init_done;
     FGODGauge *odg;