summaryrefslogtreecommitdiff
path: root/src/display_buffer.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-01-09 19:50:01 +0000
committerMaxime Coste <frrrwww@gmail.com>2014-01-09 19:59:26 +0000
commite6884f989c2d955b8893d9b8eccc80f8cda0c7ca (patch)
treed479e69eb8f3888f6345072aacb71b32a98d4cd6 /src/display_buffer.hh
parent560b4ab0b5551091754bcd331d1ac471c077aaab (diff)
Style changes, replace typedefs with usings
Diffstat (limited to 'src/display_buffer.hh')
-rw-r--r--src/display_buffer.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display_buffer.hh b/src/display_buffer.hh
index 8ea88cec..f366bda9 100644
--- a/src/display_buffer.hh
+++ b/src/display_buffer.hh
@@ -18,7 +18,7 @@ struct DisplayCoord : LineAndColumn<DisplayCoord, LineCount, CharCount>
: LineAndColumn(line, column) {}
};
-typedef char Attribute;
+using Attribute = char;
enum Attributes
{