Skip to content

Commit a4f2394

Browse files
committed
Update GuiCommands.cc
1 parent 188e934 commit a4f2394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interface/Application/GuiCommands.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ bool NetworkFileProcessCommand::execute()
191191

192192
if (file)
193193
{
194-
auto load = boost::bind(&NetworkFileProcessCommand::guiProcess, this, file);
194+
auto load = [this, file] { guiProcess(file); };
195195
if (Application::Instance().parameters()->isRegressionMode())
196196
{
197197
load();

0 commit comments

Comments
 (0)