X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fwxradar.hxx;h=b2f7139f8f77ca458231c5ce1d3a9511eae40df7;hb=c1d06064c8eec5f058f031031cde944489a31b40;hp=3939977f08fbefb4c65cd2a8481cf9802a3a443b;hpb=0a59a4d4bc595c3b6635169d7b8af9b7d520c30d;p=flightgear.git diff --git a/src/Instrumentation/wxradar.hxx b/src/Instrumentation/wxradar.hxx index 3939977f0..b2f7139f8 100644 --- a/src/Instrumentation/wxradar.hxx +++ b/src/Instrumentation/wxradar.hxx @@ -16,16 +16,19 @@ // // 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 + #include #include #include +#include class ssgTexture; class FGODGauge; @@ -49,8 +52,8 @@ private: SGPropertyNode_ptr _serviceable_node; SGPropertyNode_ptr _Instrument; - ssgTexture *resultTexture; - ssgTexture *wxEcho; + ssgSharedPtr resultTexture; + ssgSharedPtr wxEcho; string last_switchKnob; bool sim_init_done; FGODGauge *odg;