extract: DBSrCellPlaneArea() const Rect * arg2

This commit is contained in:
Darryl L. Miles 2025-01-31 16:38:39 +00:00 committed by R. Timothy Edwards
parent 5c8510355f
commit 321b2d61c7
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ struct seeTypesArg
*/ */
int int
DBSrCellPlaneArea(BPlane *plane, Rect *rect, int (*func)(), ClientData arg) DBSrCellPlaneArea(BPlane *plane, const Rect *rect, int (*func)(), ClientData arg)
{ {
BPEnum *bpe; BPEnum *bpe;
CellUse *use; CellUse *use;

View File

@ -970,7 +970,7 @@ extern void DBUndoPutLabel();
extern bool DBCellRename(); extern bool DBCellRename();
extern bool DBCellDelete(); extern bool DBCellDelete();
extern int DBCellSrArea(); extern int DBCellSrArea();
extern int DBSrCellPlaneArea(); extern int DBSrCellPlaneArea(BPlane *plane, const Rect *rect, int (*func)(), ClientData arg);
extern int DBMoveCell(); extern int DBMoveCell();
extern bool DBReLinkCell(); extern bool DBReLinkCell();
extern int DBBoundCellPlane(); extern int DBBoundCellPlane();