summaryrefslogtreecommitdiff
path: root/source/core/slang-string.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/slang-string.h')
-rw-r--r--source/core/slang-string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/slang-string.h b/source/core/slang-string.h
index ecdba46be..533d30827 100644
--- a/source/core/slang-string.h
+++ b/source/core/slang-string.h
@@ -1059,7 +1059,7 @@ namespace Slang
#endif
friend std::ostream& operator<< (std::ostream& stream, const String& s);
- void Clear()
+ void clear()
{
m_buffer.setNull();
}