From 7dfed2fec97ed5f964a23e48877f15060b77a5a4 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 26 Jan 2017 17:30:39 -0500 Subject: [PATCH] Context: Code cleanup --- src/Context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Context.cpp b/src/Context.cpp index 27a1ec42f..949195d34 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -828,7 +828,7 @@ void Context::updateXtermTitle () // This function allows a clean output if the command is a helper subcommand. void Context::updateVerbosity () { - std::string command = cli2.getCommand (); + auto command = cli2.getCommand (); if (command != "" && command[0] == '_') {