diff --git a/src/platform/graphics/linux_dmabuf.cpp b/src/platform/graphics/linux_dmabuf.cpp index a49a424ad4c..94f90f17627 100644 --- a/src/platform/graphics/linux_dmabuf.cpp +++ b/src/platform/graphics/linux_dmabuf.cpp @@ -768,7 +768,7 @@ class DMABufTex : public mg::gl::Texture }); } - mir::graphics::gl::Program const& shader(mir::graphics::gl::ProgramFactory& cache) const override + mg::gl::Program const& shader(mg::gl::ProgramFactory& cache) const override { /* We rely on the fact that `desc` is a reference to a statically-allocated namespaced * variable, and so taking the address will give us the address of the static instance,