]> git.mxchange.org Git - simgear.git/commit
Fix a problem where the compiler would mix up two function declarations because the...
authorehofman <ehofman>
Wed, 24 Sep 2003 19:06:59 +0000 (19:06 +0000)
committerehofman <ehofman>
Wed, 24 Sep 2003 19:06:59 +0000 (19:06 +0000)
commit7ae57483f39a6c60703921d930d3bd2bce198f39
tree74c17250f501f162111acf51241ae87a58638b1e
parentd22640ef4e938b523bdc30cd83370977d30de856
Fix a problem where the compiler would mix up two function declarations because the one wich has SGSubsystem in it's options list expected a const SGSubsystem, but it was called with a plain SGSubsystem
simgear/structure/event_mgr.cxx
simgear/structure/event_mgr.hxx