Skip to content

Commit

Permalink
platform/DMA-buf: Tiny style
Browse files Browse the repository at this point in the history
  • Loading branch information
RAOF committed Sep 12, 2023
1 parent 12163f8 commit 54ce2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/graphics/linux_dmabuf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 54ce2d2

Please sign in to comment.