From 05c77351e458c08873c813264005f61f828b5383 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 29 Jan 2009 18:23:57 -0400 Subject: Stopped using the generic "unsigned int" in favor of more specific types. --- src/expr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/expr.h') diff --git a/src/expr.h b/src/expr.h index de729de1..5e877d98 100644 --- a/src/expr.h +++ b/src/expr.h @@ -108,8 +108,8 @@ public: str = txt; } - void parse(const string& _str, const unsigned int flags = 0); - void parse(std::istream& in, const unsigned int flags = 0, + void parse(const string& _str, const uint32_t flags = 0); + void parse(std::istream& in, const uint32_t flags = 0, const string * original_string = NULL); void compile(scope_t& scope); -- cgit v1.2.3