LibGfx: Fix const-correctness issues

This commit is contained in:
Andreas Kling 2023-02-20 19:03:29 +01:00
commit bfe081caad
Notes: sideshowbarker 2024-07-16 23:55:50 +09:00
9 changed files with 16 additions and 13 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2018-2021, Andreas Kling <kling@serenityos.org>
* Copyright (c) 2018-2023, Andreas Kling <kling@serenityos.org>
* Copyright (c) 2022, Timothy Slater <tslater2006@gmail.com>
*
* SPDX-License-Identifier: BSD-2-Clause