diff options
Diffstat (limited to 'Shell/main.cpp')
-rw-r--r-- | Shell/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Shell/main.cpp b/Shell/main.cpp index b50c250ef5..f8671a9fb8 100644 --- a/Shell/main.cpp +++ b/Shell/main.cpp @@ -176,7 +176,7 @@ int main(int argc, char** argv) } #endif - editor = Line::Editor::construct(Line::Configuration {}); + editor = Line::Editor::construct(); auto shell = Shell::construct(); s_shell = shell.ptr(); |