fix some ROSCPP_ to ROS_
This commit is contained in:
parent
3617040ccb
commit
a084408d6f
|
@ -35,8 +35,8 @@
|
||||||
#define ROS_DEPRECATED
|
#define ROS_DEPRECATED
|
||||||
#define ROS_FORCE_INLINE __forceinline
|
#define ROS_FORCE_INLINE __forceinline
|
||||||
#else
|
#else
|
||||||
#define ROSCPP_DEPRECATED
|
#define ROS_DEPRECATED
|
||||||
#define ROSCPP_FORCE_INLINE inline
|
#define ROS_FORCE_INLINE inline
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue