Skip to content

Commit

Permalink
Minor name updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Stone <jstone@lucasfilm.com>
  • Loading branch information
jstone-lucasfilm committed Mar 18, 2024
1 parent e96d237 commit 1214d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/MaterialXCore/Definition.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class MX_CORE_API NodeDef : public InterfaceElement

/// Validate that the given element tree, including all descendants, is
/// consistent with the MaterialX specification.
bool validate(string* message = nullptr, const ValidationOptions* readOptions = nullptr) const override;
bool validate(string* message = nullptr, const ValidationOptions* validationOptions = nullptr) const override;

/// @}
/// @name Utility
Expand Down Expand Up @@ -279,7 +279,7 @@ class MX_CORE_API Implementation : public InterfaceElement

/// Validate that the given element tree, including all descendants, is
/// consistent with the MaterialX specification.
bool validate(string* message = nullptr, const ValidationOptions* readOptions = nullptr) const override;
bool validate(string* message = nullptr, const ValidationOptions* validationOptions = nullptr) const override;

/// @}
/// @name Utility
Expand Down

0 comments on commit 1214d9c

Please sign in to comment.