]> git.mxchange.org Git - simgear.git/commit
Use of copy-constructors
authorTorsten Dreyer <Torsten@t3r.de>
Sun, 25 Dec 2011 19:11:06 +0000 (20:11 +0100)
committerTorsten Dreyer <Torsten@t3r.de>
Sun, 25 Dec 2011 19:11:06 +0000 (20:11 +0100)
commitaef8f13290c74359c1a7a54bd5e6e375b3f0c49e
tree328951b61230fe50a7e03be694139ea5dc7ed0b9
parent4ae7c90d49ef500d9e8cbd87b88888ecd06416ef
Use of copy-constructors

explicitly initialize the base class in a copy-constructor instead
of implicitly calling the default constructor.
simgear/props/props.cxx
simgear/scene/material/Effect.cxx
simgear/scene/material/EffectCullVisitor.cxx
simgear/scene/material/Technique.cxx
simgear/scene/material/Technique.hxx
simgear/scene/util/SGSceneUserData.hxx