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:
committed by
Paul Beckingham
parent
6473c9f39b
commit
3a4871e975
2
src/A3.h
2
src/A3.h
@@ -87,7 +87,7 @@ public:
|
||||
static bool is_id (Nibbler&, std::string&);
|
||||
static bool is_uuid (Nibbler&, std::string&);
|
||||
static bool is_tag (Nibbler&, std::string&);
|
||||
static bool is_number (Nibbler&, double&);
|
||||
static bool is_number (Nibbler&, std::string&);
|
||||
static bool is_integer (Nibbler&, int&);
|
||||
static bool is_operator (std::vector <std::string>&, Nibbler&, std::string&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user