]> git.mxchange.org Git - simgear.git/commit
Pass strings by const reference instead of by value,
authorcurt <curt>
Mon, 4 Feb 2002 20:23:41 +0000 (20:23 +0000)
committercurt <curt>
Mon, 4 Feb 2002 20:23:41 +0000 (20:23 +0000)
commit0ff748987b4d26cf3f110729bd645d64cb2d3ca0
tree9ff33aa851bfd50124f3f770c88a4845d17f046b
parent58e0e7736b385a253a9fe0b90f3c946c37f0c03f
Pass strings by const reference instead of by value,
Made fix_path() a private member function, SGPath::fix(),
Added bool SGPath::exists(),
Added an assignment operator that acts like SGPath::append().
simgear/misc/props.cxx
simgear/misc/sg_path.cxx
simgear/misc/sg_path.hxx