- Migrated util.cpp compressIds to CmdIDs::compressIds, as this is the only
  place it is used.
This commit is contained in:
Paul Beckingham 2014-09-07 16:54:59 -04:00
parent 8a31ccabdc
commit dd6399aba7
2 changed files with 58 additions and 1 deletions

View file

@ -35,6 +35,9 @@ class CmdIDs : public Command
public:
CmdIDs ();
int execute (std::string&);
private:
std::string compressIds (const std::vector <int>&);
};
class CmdCompletionIds : public Command