]> git.mxchange.org Git - flightgear.git/commit
Fixed a problems where a pointer to a function was being passed around. In
authorcurt <curt>
Tue, 21 Apr 1998 17:01:43 +0000 (17:01 +0000)
committercurt <curt>
Tue, 21 Apr 1998 17:01:43 +0000 (17:01 +0000)
commit52727b75c69d4108362b292622d4513b0cf20d4f
tree7511700eaffed2e1302c657875880bec07148a75
parente2ddc6f2b8958eeaecba3e4dcc55204ea0e58305
Fixed a problems where a pointer to a function was being passed around.  In
one place this functions arguments were defined as ( void ) while in another
place they were defined as ( int ).  The correct answer was ( int ).

Prepairing for C++ integration.
Time/event.h
Time/fg_time.h
Time/fg_timer.c
Time/fg_timer.h
Time/sunpos.h