mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
Replace node() with castedNode()
This commit is contained in:
@@ -12,7 +12,7 @@ TreeNode * LayoutRef::failedAllocationNode() {
|
||||
|
||||
template <typename T>
|
||||
LayoutCursor LayoutReference<T>::cursor() const {
|
||||
return LayoutCursor(this->node());
|
||||
return LayoutCursor(this->castedNode());
|
||||
}
|
||||
|
||||
template LayoutCursor LayoutReference<LayoutNode>::cursor() const;
|
||||
|
||||
Reference in New Issue
Block a user