Skip to content

Commit

Permalink
Fix error.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuscu committed Oct 1, 2024
1 parent cd37a83 commit 1ec583b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodegraph/include/nodegraph/core/NodeGraphBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ namespace l::nodegraph {

template<class T>
bool IsOfOperation() {
return l::meta::template class_hash<T> == mOperationTypeHash;
return l::meta::class_hash<T>() == mOperationTypeHash;
}

protected:
Expand Down

0 comments on commit 1ec583b

Please sign in to comment.