diff --git a/source/MaterialXGraphEditor/Graph.cpp b/source/MaterialXGraphEditor/Graph.cpp index 6c6f172891..83d7462c44 100644 --- a/source/MaterialXGraphEditor/Graph.cpp +++ b/source/MaterialXGraphEditor/Graph.cpp @@ -122,7 +122,7 @@ mx::ElementPredicate Graph::getElementPredicate() const return (_xincludeFiles.count(elem->getSourceUri()) == 0); } return true; - }; + }; } void Graph::loadStandardLibraries()