From dcb74c23be53f5f041f1fbbe613dfd3344b7adf1 Mon Sep 17 00:00:00 2001 From: Jonathan Stone Date: Tue, 17 Sep 2024 17:54:30 -0700 Subject: [PATCH] Update header Signed-off-by: Jonathan Stone --- source/MaterialXCore/Value.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/MaterialXCore/Value.h b/source/MaterialXCore/Value.h index 7a5e8f4561..764a0ccc01 100644 --- a/source/MaterialXCore/Value.h +++ b/source/MaterialXCore/Value.h @@ -219,7 +219,7 @@ template MX_CORE_API T fromValueString(const string& value); /// Tokenize the string representation of a struct value i.e, "{1;2;3}" into a /// vector of substrings. /// Note: "{1;2;{3;4;5}}" will be split in to ["1", "2", "{3;4;5}"] -MX_CORE_API StringVec parseStructValueString(const string& str); +MX_CORE_API StringVec parseStructValueString(const string& value); /// Forward declaration of specific template instantiations. /// Base types