Fix compilation on stable builds

This commit is contained in:
baldurk
2020-11-27 11:08:00 +00:00
parent 16b2ccc670
commit c27c714677
+1 -1
View File
@@ -311,7 +311,7 @@ static bool MergeConfigValues(const rdcstr &prefix, SDObject *dstConfig, const S
oldVal.c_str(), newVal.c_str());
#if RENDERDOC_STABLE_BUILD
if(dstDesc->data.str.contains(debugOnlyString))
if(rdcstr(dstDesc->data.str).contains(debugOnlyString))
{
RDCWARN("%s customisation will not apply - read only in this build",
(prefix + dstChild->name).c_str());