Skip to content

Commit

Permalink
Supress msvc dll exported interface warning
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge J. Perez <[email protected]>
  • Loading branch information
Blast545 committed May 29, 2024
1 parent e2a18dd commit 9328659
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Manager.hh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <memory>
#include <string>

// #include <ignition/common/SuppressWarning.hh>
#include <ignition/utils/SuppressWarning.hh>

#include <ignition/launch/Export.hh>

Expand Down Expand Up @@ -52,9 +52,9 @@ namespace ignition
public: bool Stop();

/// \brief Private data pointer.
// IGN_COMMON_WARN_IGNORE__DLL_INTERFACE_MISSING
IGN_UTILS_WARN_IGNORE__DLL_INTERFACE_MISSING
private: std::unique_ptr<ManagerPrivate> dataPtr;
// IGN_COMMON_WARN_IGNORE__DLL_INTERFACE_MISSING
IGN_UTILS_WARN_RESUME__DLL_INTERFACE_MISSING
};
}
}
Expand Down

0 comments on commit 9328659

Please sign in to comment.