File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6993,7 +6993,7 @@ class dbChip : public dbObject
69936993 // / Returns nullptr if there is no database technology.
69946994 // /
69956995 static dbChip* create (dbDatabase* db,
6996- std::string name = " " ,
6996+ const std::string& name = " " ,
69976997 ChipType type = ChipType::DIE);
69986998
69996999 // /
Original file line number Diff line number Diff line change @@ -475,7 +475,7 @@ dbBlock* dbChip::getBlock()
475475 return (dbBlock*) chip->_block_tbl ->getPtr (chip->_top );
476476}
477477
478- dbChip* dbChip::create (dbDatabase* db_, std::string name, ChipType type)
478+ dbChip* dbChip::create (dbDatabase* db_, const std::string& name, ChipType type)
479479{
480480 _dbDatabase* db = (_dbDatabase*) db_;
481481 _dbChip* chip = db->chip_tbl_ ->create ();
You can’t perform that action at this time.
0 commit comments