Modernize all typedefs with using statements

This commit is contained in:
Alex Chernyakhovsky
2023-07-30 17:27:10 -04:00
committed by Alex Chernyakhovsky
parent 38c84a9330
commit 8469db91db
9 changed files with 14 additions and 16 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
/* Terminal framebuffer */
namespace Terminal {
typedef uint32_t color_type;
using color_type = uint32_t;
class Renditions {
public: