]> git.mxchange.org Git - flightgear.git/commit
- fix type warnings
authormfranz <mfranz>
Mon, 27 Jun 2005 13:59:48 +0000 (13:59 +0000)
committermfranz <mfranz>
Mon, 27 Jun 2005 13:59:48 +0000 (13:59 +0000)
commita62388a19c18be41d60b6f0971e44cc06447dc1f
tree88c3313569a3080ed42a0551951ab63607d61f03
parent9889d37bdb69b47cdcb8f740c456d27aa9672771
- fix type warnings
- use new removeChildren() to remove the named js nodes that we don't
  need any more (they are now *really* removed, not just detached), and
- move it into postinit(). (getChildren() returns a SGPropertyNode_ptr,
  so all nodes are refcounted and, thus, after the last sg/props change
  no longer removable in that scope ;-)  Maybe we'll need an alternative
  getChildren() that returns SGPropertyNode* ...
src/Input/input.cxx