Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#5824 from The-OpenROAD-Projec…
Browse files Browse the repository at this point in the history
…t-staging/mpl2-virt-dtor-fix

mpl2: fix missing virtual dtor on base class SimulatedAnnealingCore
  • Loading branch information
maliberty authored Sep 28, 2024
2 parents ce07d1f + 0d1f5e7 commit ba4c400
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mpl2/src/SimulatedAnnealingCore.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ class SimulatedAnnealingCore
Mpl2Observer* graphics,
utl::Logger* logger);

virtual ~SimulatedAnnealingCore() = default;

void setNumberOfMacrosToPlace(int macros_to_place)
{
macros_to_place_ = macros_to_place;
Expand Down

0 comments on commit ba4c400

Please sign in to comment.