2121#include < string>
2222#include < vector>
2323
24- #include < ignition/common /SuppressWarning.hh>
24+ #include < ignition/utils /SuppressWarning.hh>
2525#include < ignition/common/Event.hh>
2626
2727#include " ignition/sensors/lidar/Export.hh"
@@ -236,10 +236,10 @@ namespace ignition
236236 // Documentation inherited
237237 public: virtual bool IsActive () const ;
238238
239- IGN_COMMON_WARN_IGNORE__DLL_INTERFACE_MISSING
239+ IGN_UTILS_WARN_IGNORE__DLL_INTERFACE_MISSING
240240 // / \brief Just a mutex for thread safety
241241 public: mutable std::mutex lidarMutex;
242- IGN_COMMON_WARN_RESUME__DLL_INTERFACE_MISSING
242+ IGN_UTILS_WARN_RESUME__DLL_INTERFACE_MISSING
243243
244244 // / \brief Raw buffer of laser data.
245245 public: float *laserBuffer = nullptr ;
@@ -259,11 +259,11 @@ namespace ignition
259259 unsigned int _heighti, unsigned int _channels,
260260 const std::string &/* _format*/ )> _subscriber);
261261
262- IGN_COMMON_WARN_IGNORE__DLL_INTERFACE_MISSING
262+ IGN_UTILS_WARN_IGNORE__DLL_INTERFACE_MISSING
263263 // / \brief Data pointer for private data
264264 // / \internal
265265 private: std::unique_ptr<LidarPrivate> dataPtr;
266- IGN_COMMON_WARN_RESUME__DLL_INTERFACE_MISSING
266+ IGN_UTILS_WARN_RESUME__DLL_INTERFACE_MISSING
267267 };
268268 }
269269 }
0 commit comments