]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/wxradar.hxx
- move HUDText constructor/methods to HUD.cxx
[flightgear.git] / src / Instrumentation / wxradar.hxx
index 3939977f08fbefb4c65cd2a8481cf9802a3a443b..b2f7139f8f77ca458231c5ce1d3a9511eae40df7 100644 (file)
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 //
 
 #ifndef _INST_WXRADAR_HXX
 #define _INST_WXRADAR_HXX
 
+#include <plib/ssg.h>
+
 #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 +52,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;