Skip to content

Commit

Permalink
Add override
Browse files Browse the repository at this point in the history
  • Loading branch information
randombit committed Jan 18, 2025
1 parent 7d88af3 commit ddc8521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/math/pcurves/pcurves_generic/pcurves_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ class GenericWindowedMul2 final : public PrimeOrderCurve::PrecomputedMul2Table {
GenericWindowedMul2& operator=(const GenericWindowedMul2& other) = delete;
GenericWindowedMul2& operator=(GenericWindowedMul2&& other) = delete;

~GenericWindowedMul2() = default;
~GenericWindowedMul2() override = default;

GenericWindowedMul2(const GenericAffinePoint& x, const GenericAffinePoint& y) {
std::vector<GenericProjectivePoint> table;
Expand Down

0 comments on commit ddc8521

Please sign in to comment.