diff options
Diffstat (limited to 'core/ustring.h')
| -rw-r--r-- | core/ustring.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/ustring.h b/core/ustring.h index 9a145143d..674551ec8 100644 --- a/core/ustring.h +++ b/core/ustring.h @@ -176,8 +176,8 @@ public: String right(int p_pos) const; String strip_edges(bool left = true, bool right = true) const; String strip_escapes() const; - String extension() const; - String basename() const; + String get_extension() const; + String get_basename() const; String plus_file(const String& p_file) const; CharType ord_at(int p_idx) const; |
