summaryrefslogtreecommitdiffhomepage
path: root/FoundationEx/src/Text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'FoundationEx/src/Text.cpp')
-rw-r--r--FoundationEx/src/Text.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/FoundationEx/src/Text.cpp b/FoundationEx/src/Text.cpp
index be03ce3..cba7720 100644
--- a/FoundationEx/src/Text.cpp
+++ b/FoundationEx/src/Text.cpp
@@ -598,7 +598,7 @@ Text::toUpper()
}
Text
-Text::substring(int start, int length)
+Text::substring(int start, int length) const
{
Text result;
@@ -620,7 +620,7 @@ Text::substring(int start, int length)
}
Text
-Text::trim()
+Text::trim() const
{
Text result;
@@ -638,7 +638,7 @@ Text::trim()
}
Text
-Text::replace(const char* pattern, const char* substitution)
+Text::replace(const char* pattern, const char* substitution) const
{
Text result;