LibGfx: Add a bunch of [[nodiscard]] to Size

This commit is contained in:
Andreas Kling 2021-06-16 19:21:42 +02:00
commit 243dfb3bdc
Notes: sideshowbarker 2024-07-18 12:10:01 +09:00
2 changed files with 14 additions and 14 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
* Copyright (c) 2020-2021, Andreas Kling <kling@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/