Skip to content

Commit bf2c0b4

Browse files
committed
odb: fix parameter name difference
Signed-off-by: Peter Gadfort <gadfort@zeroasic.com>
1 parent b18d6e3 commit bf2c0b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/odb/include/odb

src/odb/include/odb/db.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ class dbBlock : public dbObject
11251125
///
11261126
/// Set the core area.
11271127
///
1128-
void setCoreArea(const Rect& new_rect);
1128+
void setCoreArea(const Rect& new_area);
11291129

11301130
///
11311131
/// Set the core area with polygon. Allows for non-rectangular floorplans

0 commit comments

Comments
 (0)