修复徽章镶嵌
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#define SET_TEXTA(X) #X
|
||||
|
||||
|
||||
namespace Util
|
||||
namespace Utils
|
||||
{
|
||||
/**
|
||||
* @brief 到16进制Hex文本
|
||||
@@ -50,7 +50,7 @@ namespace Util
|
||||
}
|
||||
|
||||
|
||||
#define LOG(format,...) Util::_Log(format,##__VA_ARGS__)
|
||||
#define LOG(format,...) Utils::_Log(format,##__VA_ARGS__)
|
||||
|
||||
|
||||
#endif // utils_h__
|
||||
Reference in New Issue
Block a user