PixelPaint: Convert to east-const style

This commit is contained in:
Andreas Kling 2021-06-11 13:27:47 +02:00
commit 29e80178a8
Notes: sideshowbarker 2024-07-18 12:23:24 +09:00
23 changed files with 72 additions and 72 deletions

View file

@ -13,7 +13,7 @@
namespace PixelPaint {
CreateNewLayerDialog::CreateNewLayerDialog(const Gfx::IntSize& suggested_size, GUI::Window* parent_window)
CreateNewLayerDialog::CreateNewLayerDialog(Gfx::IntSize const& suggested_size, GUI::Window* parent_window)
: Dialog(parent_window)
{
set_title("Create new layer");