mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
Corrected variables that set the PaintPlane routine, which had been
changed from returning void to returning int without changing the type of the variable, thus causing a compiler warning.
This commit is contained in:
+1
-1
@@ -1074,7 +1074,7 @@ SelectAndCopy2(newSourceDef)
|
||||
SearchContext scx;
|
||||
Rect editArea, labelArea, expanded;
|
||||
int plane;
|
||||
void (*savedPaintPlane)();
|
||||
int (*savedPaintPlane)();
|
||||
extern int selACPaintFunc(); /* Forward reference. */
|
||||
extern int selACCellFunc();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user