Modernize all typedefs with using statements
This commit is contained in:
committed by
Alex Chernyakhovsky
parent
38c84a9330
commit
8469db91db
@@ -46,7 +46,7 @@
|
||||
/* Terminal framebuffer */
|
||||
|
||||
namespace Terminal {
|
||||
typedef uint32_t color_type;
|
||||
using color_type = uint32_t;
|
||||
|
||||
class Renditions {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user