]> git.mxchange.org Git - flightgear.git/commit
Fix a problem where the compiler would mix up two function declarations because the...
authorehofman <ehofman>
Wed, 24 Sep 2003 19:07:34 +0000 (19:07 +0000)
committerehofman <ehofman>
Wed, 24 Sep 2003 19:07:34 +0000 (19:07 +0000)
commitf348ffa800ecad9a9083591235fa29a551a9b4d1
tree65df86f315ff9c64b2bee65b244dfeeb9a9d1769
parent980012e1682fdb27c9b9ec27edea0b549d603f9d
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
src/Main/globals.cxx
src/Main/globals.hxx