mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:37:46 +00:00
LibLine: Rename LineEditor to Line::Editor
This commit is contained in:
parent
a30a3277a3
commit
6595469de1
4 changed files with 30 additions and 22 deletions
|
@ -41,7 +41,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
bool dump_ast = false;
|
||||
static LineEditor editor {};
|
||||
static Line::Editor editor {};
|
||||
|
||||
String read_next_piece()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue