diff options
author | Saracen <SaracenOne@gmail.com> | 2015-11-18 23:18:10 +0000 |
---|---|---|
committer | Saracen <SaracenOne@gmail.com> | 2015-11-18 23:18:10 +0000 |
commit | dd00452997122029dd2f74a278574d781fd2bf5f (patch) | |
tree | e36f0c62cac499500724c2929100c042972d1a5c /drivers/nrex/regex.h | |
parent | c1d19ad258139c73e7aa81cf6e1fbd99e1bfe38b (diff) | |
parent | 94fdd01241749cb7a575ed5f9fa4c7bbb286901a (diff) |
Merge branch 'master' of https://github.com/okamstudio/godot into shadow_color
Conflicts:
drivers/gles2/shader_compiler_gles2.cpp
Diffstat (limited to 'drivers/nrex/regex.h')
-rw-r--r-- | drivers/nrex/regex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nrex/regex.h b/drivers/nrex/regex.h index 0626029705..be52da8149 100644 --- a/drivers/nrex/regex.h +++ b/drivers/nrex/regex.h @@ -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); + Error compile(const String& p_pattern, bool expanded = false); int find(const String& p_text, int p_start = 0, int p_end = -1) const; RegEx(); |