Skip to content

Commit

Permalink
Ctidy suggestion, remove virtual for override
Browse files Browse the repository at this point in the history
Signed-off-by: andyfox-rushc <[email protected]>
  • Loading branch information
andyfox-rushc committed Oct 29, 2024
1 parent 6c775ae commit 6a2bfbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbSta/src/dbNetwork.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2820,7 +2820,7 @@ class PinModuleConnection : public PinVisitor
PinModuleConnection(const dbNetwork* nwk,
const Pin* drvr_pin,
const dbModule* target_module_);
virtual void operator()(const Pin* pin) override;
void operator()(const Pin* pin) override;

protected:
const dbNetwork* db_network_;
Expand Down

0 comments on commit 6a2bfbe

Please sign in to comment.