Skip to content

Commit

Permalink
[ci] Minor build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 10, 2023
1 parent 5dce117 commit 5571c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Advanced/Utilities/LightnessSampler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ struct TextureDisplay
static constexpr double width() { return 200.; }
static constexpr double height() { return 200.; }

void paint(avnd::painter auto ctx)
void paint(auto ctx)
{
if(m_w <= 0 || m_h <= 0)
return;
Expand Down

0 comments on commit 5571c25

Please sign in to comment.