mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 00:57:19 +02:00
Lexer: Switched argument order for ::decomposePair
This commit is contained in:
parent
826c6986ae
commit
e36fb2f10c
2 changed files with 3 additions and 3 deletions
|
@ -1226,8 +1226,8 @@ bool Lexer::decomposePair (
|
|||
const std::string& text,
|
||||
std::string& name,
|
||||
std::string& modifier,
|
||||
std::string& value,
|
||||
std::string& separator)
|
||||
std::string& separator,
|
||||
std::string& value)
|
||||
{
|
||||
// Look for the required elements.
|
||||
std::string::size_type dot = text.find ('.');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue