Skip to content

Update screencast_v1_interface.cpp, resolving compilation failure caused by override

Andy Gebauer requested to merge gebauerandy/kwayland-server:master into master

When compiling with clang, the overide in line 105 of screencast_v1_interface.cpp throws an error message: only virtual member functions can be marked 'override' Removing the override statement resolves the compilation error.

Merge request reports