Skip to content

Commit

Permalink
Fix Windows visibility
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina committed Jan 12, 2022
1 parent d906b0e commit c2c18c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/systems/navsat/NavSat.hh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <ignition/utils/ImplPtr.hh>

#include <ignition/gazebo/config.hh>
#include <ignition/gazebo/Export.hh>
#include <ignition/gazebo/System.hh>

namespace ignition
Expand All @@ -39,7 +38,7 @@ namespace systems
/// The NavSat sensors rely on the world origin's spherical coordinates
/// being set, for example through SDF's `<spherical_coordinates>` tag
/// or the `/world/world_name/set_spherical_coordinates` service.
class IGNITION_GAZEBO_VISIBLE NavSat:
class NavSat:
public System,
public ISystemPreUpdate,
public ISystemPostUpdate
Expand Down

0 comments on commit c2c18c7

Please sign in to comment.