From 0a6d606342305cfc1be8a8cbd99dc692a5bb7f84 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 29 Jan 2017 12:15:38 -0500 Subject: [PATCH] CmdIDs: Code cleanup --- src/commands/CmdIDs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/CmdIDs.cpp b/src/commands/CmdIDs.cpp index ef3cb5847..f9c134a20 100644 --- a/src/commands/CmdIDs.cpp +++ b/src/commands/CmdIDs.cpp @@ -92,8 +92,8 @@ std::string CmdIDs::compressIds (const std::vector & ids) { std::stringstream result; - int range_start = 0; - int range_end = 0; + auto range_start = 0; + auto range_end = 0; for (unsigned int i = 0; i < ids.size (); ++i) {