summaryrefslogtreecommitdiffstats
path: root/src/statesync/completeterminal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/statesync/completeterminal.h')
-rw-r--r--src/statesync/completeterminal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statesync/completeterminal.h b/src/statesync/completeterminal.h
index 34f9a96..2483ef4 100644
--- a/src/statesync/completeterminal.h
+++ b/src/statesync/completeterminal.h
@@ -53,7 +53,7 @@ namespace Terminal {
// outside calls to act() to keep horrible things from happening.
Parser::Actions actions;
- typedef std::list< std::pair<uint64_t, uint64_t> > input_history_type;
+ using input_history_type = std::list<std::pair<uint64_t, uint64_t>>;
input_history_type input_history;
uint64_t echo_ack;