Skip to content

Commit

Permalink
Update base.h
Browse files Browse the repository at this point in the history
  • Loading branch information
usafchn authored Mar 22, 2024
1 parent 868d6a0 commit 30bb997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heu/algorithms/mock_fhe/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class MockObj {
explicit MockObj(const std::vector<int64_t> &array, double scale = 1)
: array_(array), scale_(scale) {}

~MockObj() = default;
virtual ~MockObj() = default;

auto operator->() { return &array_; }

Expand Down

0 comments on commit 30bb997

Please sign in to comment.