Skip to content

Commit

Permalink
[FIX] Removed VISP_EXPORT in vpParticleFilter.h because the class is …
Browse files Browse the repository at this point in the history
…template
  • Loading branch information
rlagneau committed Jul 1, 2024
1 parent 18c68de commit 5dabd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/include/visp3/core/vpParticleFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ BEGIN_VISP_NAMESPACE
\brief The class permits to use a Particle Filter.
*/
template <typename MeasurementsType>
class VISP_EXPORT vpParticleFilter
class vpParticleFilter
{
public:
/**
Expand Down

0 comments on commit 5dabd56

Please sign in to comment.