mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Common: Used 'auto'
This commit is contained in:
parent
266fe67ab1
commit
89d9a3e98d
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ Color::Color (const std::string& spec)
|
|||
: _value (0)
|
||||
{
|
||||
// Split spec into words.
|
||||
std::vector <std::string> words = split (spec, ' ');
|
||||
auto words = split (spec, ' ');
|
||||
|
||||
// Construct the color as two separate colors, then blend them later. This
|
||||
// make it possible to declare a color such as "color1 on black", and have
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue