X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fkt_70.hxx;h=69d534831191b7588358e0b30c9b38164613fe79;hb=43880b201cea2b120fefd99696ae0b43227358dc;hp=3f0456f1add1572594739237fc50944edad7e6e2;hpb=1c2c76709e1b85bd0e9805e747177a080345e07f;p=flightgear.git diff --git a/src/Instrumentation/kt_70.hxx b/src/Instrumentation/kt_70.hxx index 3f0456f1a..69d534831 100644 --- a/src/Instrumentation/kt_70.hxx +++ b/src/Instrumentation/kt_70.hxx @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // $Id$ @@ -39,11 +39,11 @@ class FGKT_70 : public SGSubsystem { - SGPropertyNode *lon_node; - SGPropertyNode *lat_node; - SGPropertyNode *alt_node; - SGPropertyNode *bus_power; - SGPropertyNode *serviceable_node; + SGPropertyNode_ptr lon_node; + SGPropertyNode_ptr lat_node; + SGPropertyNode_ptr alt_node; + SGPropertyNode_ptr bus_power; + SGPropertyNode_ptr serviceable_node; // internal values double r_flash_time;