mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
clang-tidy: Replace typedef with using
This commit is contained in:
committed by
Brad King
parent
711e1c3ada
commit
62e5f72289
@@ -21,7 +21,7 @@ public:
|
||||
#if defined(_WIN32)
|
||||
typedef DWORD Error;
|
||||
#else
|
||||
typedef int Error;
|
||||
using Error = int;
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user