]> git.mxchange.org Git - simgear.git/commit
Removed some extraneous debugging output. Hey, this one was subtle. Due
authorcurt <curt>
Wed, 7 May 2003 01:59:03 +0000 (01:59 +0000)
committercurt <curt>
Wed, 7 May 2003 01:59:03 +0000 (01:59 +0000)
commit25364aa2a66e098a49d6d324cb06c5bcc90e8662
tree615928c1bc3d83037682953ac6d43b93451e4057
parent525d2df3ccbf80152492a8632267f228a41ac393
Removed some extraneous debugging output.  Hey, this one was subtle.  Due
to const/no-const variants of the prop->getNode() method, the 2nd bool
argument was getting promoted to an int so it would match a method with
a const SGPropertyNode * as the first argument.  But that made
it match the wrong version of prop->getNode() and things were failing.
Yikes!  This is one I could have stared at for days to figure out so I'm
glad I caught on to the problem. :-)
simgear/props/condition.cxx