diff options
Diffstat (limited to 'drivers/nrex/regex.h')
-rw-r--r-- | drivers/nrex/regex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/nrex/regex.h b/drivers/nrex/regex.h index be52da8149..ae8d40ceab 100644 --- a/drivers/nrex/regex.h +++ b/drivers/nrex/regex.h @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /*************************************************/ /* Source code within this file is: */ -/* (c) 2007-2010 Juan Linietsky, Ariel Manzur */ +/* (c) 2007-2016 Juan Linietsky, Ariel Manzur */ /* All Rights Reserved. */ /*************************************************/ @@ -36,7 +36,7 @@ public: bool is_valid() const; int get_capture_count() const; String get_capture(int capture) const; - Error compile(const String& p_pattern, bool expanded = false); + Error compile(const String& p_pattern, int capture = 9); int find(const String& p_text, int p_start = 0, int p_end = -1) const; RegEx(); |