X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fprops%2Fprops_io.hxx;h=92c3bef378f14d733edaf79bac33f90a2980e62a;hb=708ae35068499af33329f9db91f55441f4956acb;hp=b619c04b6f33d43bd24e588865db12e7828d4c7e;hpb=d4c6530a7222deafd2a7dac67f3c88d461766235;p=simgear.git diff --git a/simgear/props/props_io.hxx b/simgear/props/props_io.hxx index b619c04b..92c3bef3 100644 --- a/simgear/props/props_io.hxx +++ b/simgear/props/props_io.hxx @@ -65,7 +65,8 @@ void writeProperties (const std::string &file, /** * Copy properties from one node to another. */ -bool copyProperties (const SGPropertyNode *in, SGPropertyNode *out); +bool copyProperties (const SGPropertyNode *in, SGPropertyNode *out, + int attr_value=0, int attr_mask=0); #endif // __PROPS_IO_HXX