Skip to content

Commit

Permalink
修复 RMVLErrorCode 的 Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoxi-scut committed Jan 5, 2024
1 parent 9ddee35 commit 2c8f880
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/core/include/rmvl/core/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@
#define DEBUG_PASS_(...) PASS_(__VA_ARGS__)
#endif

typedef int RMVLErrorCode; //!< 重定义 `int` 为 RMVLErrorCode

//! @brief RMVL 错误码
enum RMVLErrorCode : int
{
Expand Down

0 comments on commit 2c8f880

Please sign in to comment.