Skip to content

Commit 9cc00f1

Browse files
committed
odb: Resolved master merge conflict
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent c426002 commit 9cc00f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/odb/src/db/dbDatabase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ dbIStream& operator>>(dbIStream& stream, _dbDatabase& obj)
292292
stream >> obj.dbu_per_micron_;
293293
}
294294
}
295-
if (obj.isSchema(db_schema_hierarchy_flag)) {
295+
if (obj.isSchema(kSchemaHierarchyFlag)) {
296296
stream >> obj.hierarchy_;
297297
} else {
298298
obj.hierarchy_ = false;

0 commit comments

Comments
 (0)