]> git.mxchange.org Git - simgear.git/commit
Patch from Frederic Bouvier:
authordavid <david>
Sun, 7 Apr 2002 21:28:43 +0000 (21:28 +0000)
committerdavid <david>
Sun, 7 Apr 2002 21:28:43 +0000 (21:28 +0000)
commit711622fd5bff3f042116023e0c1be61d22ef8f4c
tree2d1fe459702e8267d27e2344ff85086fdbb5f574
parent96474823b53a33d11410750b5b48a101afc6f020
Patch from Frederic Bouvier:

A const char * is not supposed to change and cannot be deleted. So
here is a patch that remove unnecessary const from props.hxx and
props.cxx. There also is the addition of a friend directive because
nested classes do not receive special privileges and cannot access
private members of the outer class.
simgear/misc/props.cxx
simgear/misc/props.hxx