Skip to content
  • David Fairbrother's avatar
    Add virtual d'tor to MockAlgorithmProgress* · bfc33ff4
    David Fairbrother authored and Peterson, Peter's avatar Peterson, Peter committed
    These classes cannot be marked final as a Nice/Strict mock inherits from the original mock class, rather than holding it as a member.
    This means that we need to mark the mocks with a virtual d'tor as we (unintentionally) have them as part of an inheritance chain
    bfc33ff4