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.
2 parents 2c4588b + f5765ae commit 9302808Copy full SHA for 9302808
src/gpl/src/replace.cpp
@@ -364,7 +364,7 @@ void Replace::setDebug(const int pause_iterations,
364
gui_debug_inst_ = inst;
365
gui_debug_start_iter_ = start_iter;
366
gui_debug_generate_images_ = generate_images;
367
- gui_debug_images_path_ = std::move(images_path);
+ gui_debug_images_path_ = images_path;
368
}
369
370
void PlaceOptions::validate(utl::Logger* logger)
0 commit comments