mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 00:00:44 +01:00
castedNode() -> typedNode()
This commit is contained in:
@@ -16,7 +16,7 @@ TreeNode * LayoutRef::FailedAllocationStaticNode() {
|
||||
|
||||
template <typename T>
|
||||
LayoutCursor LayoutReference<T>::cursor() const {
|
||||
return LayoutCursor(this->castedNode());
|
||||
return LayoutCursor(this->typedNode());
|
||||
}
|
||||
|
||||
template LayoutCursor LayoutReference<LayoutNode>::cursor() const;
|
||||
|
||||
Reference in New Issue
Block a user