castedNode() -> typedNode()

This commit is contained in:
Léa Saviot
2018-07-02 14:12:03 +02:00
parent 882e81e4db
commit 253db1ac2c
8 changed files with 24 additions and 24 deletions

View File

@@ -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;