From 5571c2519b259737df45be07d7f573775c06f8f3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?=
 <jeanmichael.celerier@gmail.com>
Date: Sat, 9 Dec 2023 21:33:53 -0500
Subject: [PATCH] [ci] Minor build fix

---
 examples/Advanced/Utilities/LightnessSampler.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/Advanced/Utilities/LightnessSampler.hpp b/examples/Advanced/Utilities/LightnessSampler.hpp
index 654cd8af..255b6024 100644
--- a/examples/Advanced/Utilities/LightnessSampler.hpp
+++ b/examples/Advanced/Utilities/LightnessSampler.hpp
@@ -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;