Skip to content

Commit

Permalink
Update header
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Stone <[email protected]>
  • Loading branch information
jstone-lucasfilm authored Sep 18, 2024
1 parent 77de125 commit dcb74c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MaterialXCore/Value.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ template <class T> 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
Expand Down

0 comments on commit dcb74c2

Please sign in to comment.