Skip to content

Commit

Permalink
Visibility for Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Dec 13, 2021
1 parent 4fdc196 commit 6247fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ignition/math/MovingWindowFilter.hh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace ignition
///
/// The default window size is 4.
template< typename T>
class MovingWindowFilter
class IGNITION_MATH_VISIBLE MovingWindowFilter
{
/// \brief Constructor
public: MovingWindowFilter(unsigned int _windowSize = 4);
Expand Down

0 comments on commit 6247fdf

Please sign in to comment.