Skip to content
Snippets Groups Projects

IPropagator/IExtrapolator remove virtual from methods that do not need to be virtual

1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -4,9 +4,9 @@
/*
* default implementations
* for some methods which do need
* to be always re-implemented,
* by derived ones ...
* for some methods which do NOT need
* to be always re-implemented
* by derived classes ...
*
* We need to check the design for
* these.
Loading