diff options
Diffstat (limited to 'app/bin/draw.h')
-rw-r--r-- | app/bin/draw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/bin/draw.h b/app/bin/draw.h index 6a7d806..66a1571 100644 --- a/app/bin/draw.h +++ b/app/bin/draw.h @@ -183,7 +183,7 @@ void DrawMarkers( void ); void DrawMapBoundingBox( BOOL_T ); void DrawTicks( drawCmd_p, coOrd ); void DrawRuler( drawCmd_p, coOrd, coOrd, DIST_T, int, int, wDrawColor ); -void MainProc( wWin_p, winProcEvent, void * ); +void MainProc( wWin_p, winProcEvent, void *, void * ); void InitInfoBar( void ); void DrawInit( int ); void DoZoomUp( void * ); |