Small layout tweak for Buffer::HistoryNode
This commit is contained in:
parent
cb2e1a17b3
commit
45b145f540
|
@ -255,11 +255,11 @@ private:
|
|||
{
|
||||
HistoryNode(size_t id, HistoryNode* parent);
|
||||
|
||||
size_t id;
|
||||
SafePtr<HistoryNode> parent;
|
||||
UndoGroup undo_group;
|
||||
Vector<std::unique_ptr<HistoryNode>, MemoryDomain::BufferMeta> childs;
|
||||
SafePtr<HistoryNode> parent;
|
||||
SafePtr<HistoryNode> redo_child;
|
||||
size_t id;
|
||||
TimePoint timepoint;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user