Skip to content

Commit

Permalink
Extend update to header
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Stone <jstone@lucasfilm.com>
  • Loading branch information
jstone-lucasfilm authored Dec 12, 2024
1 parent 456470e commit f01da2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MaterialXGenMdl/MdlSyntax.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class MX_GENMDL_API MdlSyntax : public Syntax
void makeValidName(string& name) const override;

/// To avoid collisions with reserved names in MDL, input and output names are prefixed.
string modifyPortName(const string word) const;
string modifyPortName(const string& word) const;

/// Replaces all markers in a source code string indicated by {{...}}.
/// The replacement is defined by a callback function.
Expand Down

0 comments on commit f01da2b

Please sign in to comment.