diff --git a/DevTools/HackStudio/main.cpp b/DevTools/HackStudio/main.cpp index 9142021493..c3b2e95b55 100644 --- a/DevTools/HackStudio/main.cpp +++ b/DevTools/HackStudio/main.cpp @@ -78,7 +78,7 @@ int main(int argc, char** argv) text_editor->set_cursor(line_number, 0); } } - })); + }, text_editor)); window->show(); return app.exec();