Serenity Operating System
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

HackStudio: Remove unused this reference in lambda

+1 -1
+1 -1
DevTools/HackStudio/EditorWrapper.cpp
··· 69 69 g_current_editor_wrapper = this; 70 70 }; 71 71 72 - m_editor->on_open = [this](String path) { 72 + m_editor->on_open = [](String path) { 73 73 g_open_file(path); 74 74 }; 75 75 }