extract: DBSrCellPlaneArea() const Rect * arg2
This commit is contained in:
parent
5c8510355f
commit
321b2d61c7
|
|
@ -83,7 +83,7 @@ struct seeTypesArg
|
|||
*/
|
||||
|
||||
int
|
||||
DBSrCellPlaneArea(BPlane *plane, Rect *rect, int (*func)(), ClientData arg)
|
||||
DBSrCellPlaneArea(BPlane *plane, const Rect *rect, int (*func)(), ClientData arg)
|
||||
{
|
||||
BPEnum *bpe;
|
||||
CellUse *use;
|
||||
|
|
|
|||
|
|
@ -970,7 +970,7 @@ extern void DBUndoPutLabel();
|
|||
extern bool DBCellRename();
|
||||
extern bool DBCellDelete();
|
||||
extern int DBCellSrArea();
|
||||
extern int DBSrCellPlaneArea();
|
||||
extern int DBSrCellPlaneArea(BPlane *plane, const Rect *rect, int (*func)(), ClientData arg);
|
||||
extern int DBMoveCell();
|
||||
extern bool DBReLinkCell();
|
||||
extern int DBBoundCellPlane();
|
||||
|
|
|
|||
Loading…
Reference in New Issue