1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:48:11 +00:00

LibLine: Rename LineEditor to Line::Editor

This commit is contained in:
Andreas Kling 2020-03-31 13:34:06 +02:00
parent a30a3277a3
commit 6595469de1
4 changed files with 30 additions and 22 deletions

View file

@ -50,7 +50,7 @@
//#define SH_DEBUG
GlobalState g;
static LineEditor editor {};
static Line::Editor editor {};
static int run_command(const String&);
void cache_path();