diff --git a/repos/gems/src/lib/vfs/ttf/glyphs_file_system.h b/repos/gems/src/lib/vfs/ttf/glyphs_file_system.h index cd752119a6..e55ac043e6 100644 --- a/repos/gems/src/lib/vfs/ttf/glyphs_file_system.h +++ b/repos/gems/src/lib/vfs/ttf/glyphs_file_system.h @@ -133,7 +133,7 @@ class Vfs::Glyphs_file_system : public Vfs::Single_file_system */ void trigger_watch_response() { - _handle_registry.for_each([this] (Registered_watch_handle &handle) { + _handle_registry.for_each([] (Registered_watch_handle &handle) { handle.watch_response(); }); }