mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 08:10:50 +01:00
Define a cursor on layout children
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "layout_reference.h"
|
||||
#include "layout_cursor.h"
|
||||
#include "layout_node.h"
|
||||
#include "char_layout_node.h"
|
||||
|
||||
template <typename T>
|
||||
@@ -7,4 +8,5 @@ LayoutCursor LayoutReference<T>::cursor() const {
|
||||
return LayoutCursor(this->node());
|
||||
}
|
||||
|
||||
template LayoutCursor LayoutReference<LayoutNode>::cursor() const;
|
||||
template LayoutCursor LayoutReference<CharLayoutNode>::cursor() const;
|
||||
|
||||
Reference in New Issue
Block a user