We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188e934 commit a4f2394Copy full SHA for a4f2394
src/Interface/Application/GuiCommands.cc
@@ -191,7 +191,7 @@ bool NetworkFileProcessCommand::execute()
191
192
if (file)
193
{
194
- auto load = boost::bind(&NetworkFileProcessCommand::guiProcess, this, file);
+ auto load = [this, file] { guiProcess(file); };
195
if (Application::Instance().parameters()->isRegressionMode())
196
197
load();
0 commit comments