summaryrefslogtreecommitdiff
path: root/source/slang/slang-profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-profile.cpp')
-rw-r--r--source/slang/slang-profile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-profile.cpp b/source/slang/slang-profile.cpp
index f7f6b7bdd..620c2f5bc 100644
--- a/source/slang/slang-profile.cpp
+++ b/source/slang/slang-profile.cpp
@@ -19,7 +19,7 @@ Profile Profile::lookUp(UnownedStringSlice const& name)
Profile Profile::lookUp(char const* name)
{
- return lookUp(UnownedTerminatedStringSlice(name));
+ return lookUp(UnownedStringSlice(name));
}
CapabilitySet Profile::getCapabilityName()