mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Signed-off-by: Paul Beckingham <paul@beckingham.net>
Bug #836 - Make A3 use same the number representation as the user.
This commit is contained in:
parent
6473c9f39b
commit
3a4871e975
5 changed files with 25 additions and 9 deletions
|
@ -60,6 +60,7 @@ public:
|
|||
bool getInt (int&);
|
||||
bool getHex (int&);
|
||||
bool getUnsignedInt (int&);
|
||||
bool getNumber (std::string&);
|
||||
bool getNumber (double&);
|
||||
bool getUnsignedNumber (double&);
|
||||
bool getLiteral (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue