diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-01-09 19:50:01 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-01-09 19:59:26 +0000 |
| commit | e6884f989c2d955b8893d9b8eccc80f8cda0c7ca (patch) | |
| tree | d479e69eb8f3888f6345072aacb71b32a98d4cd6 /src/display_buffer.hh | |
| parent | 560b4ab0b5551091754bcd331d1ac471c077aaab (diff) | |
Style changes, replace typedefs with usings
Diffstat (limited to 'src/display_buffer.hh')
| -rw-r--r-- | src/display_buffer.hh | 2 |
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 { |
