diff options
Diffstat (limited to 'Libraries/LibLine/Editor.h')
-rw-r--r-- | Libraries/LibLine/Editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibLine/Editor.h b/Libraries/LibLine/Editor.h index f2513fbe6c..b6f2ba510e 100644 --- a/Libraries/LibLine/Editor.h +++ b/Libraries/LibLine/Editor.h @@ -262,6 +262,7 @@ private: // FIXME: Port to Core::Property void save_to(JsonObject&); + void try_update_once(); void handle_interrupt_event(); void handle_read_event(); |