X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Futil.cxx;h=0986e91ea47a71c93b9595c25affa837743abc22;hb=224afcc7e4cb4191be15f3df025164fcd83f5102;hp=e790e27e7adf3d0fcd5ac18e6b82aee4d730b0d0;hpb=ba27bab1b220462b3e975d538fdb7a773860fccf;p=flightgear.git diff --git a/src/Main/util.cxx b/src/Main/util.cxx index e790e27e7..0986e91ea 100644 --- a/src/Main/util.cxx +++ b/src/Main/util.cxx @@ -25,7 +25,7 @@ #include #include -SG_USING_STD(vector); +using std::vector; #include @@ -198,6 +198,9 @@ fgUnescape (const char *s) } +// Write out path to validation node and read it back in. A Nasal +// listener is supposed to replace the path with a validated version +// or an empty string otherwise. const char *fgValidatePath (const char *str, bool write) { static SGPropertyNode_ptr r, w;