Skip to content

Commit

Permalink
Fixed forward declaration in UserCallbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanaret committed Nov 20, 2024
1 parent 8899f7a commit 6060c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uno/tools/UserCallbacks.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace uno {
// forward declarations
class Multipliers;
struct Multipliers;
template <class ElementType>
class Vector;

Expand Down

0 comments on commit 6060c49

Please sign in to comment.