add Find to Editor interface

This commit is contained in:
scawful
2024-07-20 09:20:24 -04:00
parent 3c7c7834a4
commit ed770b925c
9 changed files with 36 additions and 27 deletions

View File

@@ -48,6 +48,8 @@ class Editor {
virtual absl::Status Update() = 0;
virtual absl::Status Find() = 0;
EditorType type() const { return type_; }
protected: