VP1Gui: Fix clang warning.
Implicit copy ctor is deprecated if these's an explicit assignent op. Just remove the explicit assignment op here; it doesn't do anything different from the default.
Loading
Please register or sign in to comment
GitLab service scheduled maintenance on Friday, March 21st 2025 as of 08h00 Geneva time for an estimated period of 1 hour. Further information under OTG0154918.
Implicit copy ctor is deprecated if these's an explicit assignent op. Just remove the explicit assignment op here; it doesn't do anything different from the default.