refactor: replace all typedef with using (#10594)
This commit is contained in:
parent
af2fdb5d58
commit
4078e1d17c
9 changed files with 31 additions and 31 deletions
|
|
@ -54,7 +54,7 @@ namespace NColorManagement {
|
|||
return (eTransferFunction)tf;
|
||||
}
|
||||
|
||||
typedef Hyprgraphics::SPCPRimaries SPCPRimaries;
|
||||
using SPCPRimaries = Hyprgraphics::SPCPRimaries;
|
||||
|
||||
namespace NColorPrimaries {
|
||||
static const auto DEFAULT_PRIMARIES = SPCPRimaries{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue