Skip to content

Commit

Permalink
Fix struct/class mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipFackler committed Feb 26, 2024
1 parent 70426bb commit 08b528c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/plsm/Subpaving.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ template <typename TScalar, DimType Dim, typename TEnumIndex = void,
class Subpaving
{
template <typename>
friend class ::plsm::test::SubpavingTester;
friend struct ::plsm::test::SubpavingTester;

template <typename TSubpaving, typename TSelector>
friend class detail::Refiner;
Expand Down

0 comments on commit 08b528c

Please sign in to comment.