X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fprops%2Ftiedpropertylist.hxx;h=f33478ac40768aee0ea60ddd4782cf70a69f5858;hb=708ae35068499af33329f9db91f55441f4956acb;hp=c825d1051e027890bcfd813c5f646da6f58c4d4f;hpb=10bbd435b7c82d15b040c44c81b6dcda5ecbc706;p=simgear.git diff --git a/simgear/props/tiedpropertylist.hxx b/simgear/props/tiedpropertylist.hxx index c825d105..f33478ac 100644 --- a/simgear/props/tiedpropertylist.hxx +++ b/simgear/props/tiedpropertylist.hxx @@ -22,7 +22,6 @@ #define __TIEDPROPERTYLIST_HXX #include #include -using simgear::PropertyList; namespace simgear { @@ -31,7 +30,7 @@ namespace simgear { * This helper class keeps track of tied properties and unties * each tied property when this class gets destructed. */ -class TiedPropertyList : PropertyList { +class TiedPropertyList : simgear::PropertyList { public: TiedPropertyList() {} TiedPropertyList( SGPropertyNode_ptr root ) : _root(root) {}