X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_props.hxx;h=41772ff358345d94f66eeab7b8f9563e9f26d7ae;hb=224afcc7e4cb4191be15f3df025164fcd83f5102;hp=ef6ed69d906430a274ac073ee26afc0c5ece7179;hpb=14885374de79779e3f642f6ecb39d4723836166a;p=flightgear.git diff --git a/src/Main/fg_props.hxx b/src/Main/fg_props.hxx index ef6ed69d9..41772ff35 100644 --- a/src/Main/fg_props.hxx +++ b/src/Main/fg_props.hxx @@ -9,9 +9,10 @@ #include #include +#include #include
- + //////////////////////////////////////////////////////////////////////// // Property management. //////////////////////////////////////////////////////////////////////// @@ -533,7 +534,7 @@ fgTie (const char * name, T * obj, int index, class FGMakeUpperCase : public SGPropertyChangeListener { public: void valueChanged(SGPropertyNode *node) { - if (node->getType() != SGPropertyNode::STRING) + if (node->getType() != simgear::props::STRING) return; char *s = const_cast(node->getStringValue());