Skip to content

Commit

Permalink
upf: fix
Browse files Browse the repository at this point in the history
Signed-off-by: LucasYuki <[email protected]>
  • Loading branch information
LucasYuki committed Feb 17, 2025
1 parent 64c6ba7 commit c2df993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/odb/include/odb/db.h
Original file line number Diff line number Diff line change
Expand Up @@ -7802,7 +7802,7 @@ class dbIsolation : public dbObject

std::vector<dbMaster*> getIsolationCells();

bool appliesTo(dbIoType io);
bool appliesTo(const dbIoType& io);

// User Code End dbIsolation
};
Expand Down

0 comments on commit c2df993

Please sign in to comment.