mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:17:35 +00:00
FontEditor: Convert to east const
This commit is contained in:
parent
de77e28360
commit
ca062d83db
8 changed files with 19 additions and 19 deletions
|
@ -25,7 +25,7 @@ public:
|
|||
int columns() const { return m_columns; }
|
||||
|
||||
Gfx::BitmapFont& font() { return *m_font; }
|
||||
const Gfx::BitmapFont& font() const { return *m_font; }
|
||||
Gfx::BitmapFont const& font() const { return *m_font; }
|
||||
|
||||
Function<void(int)> on_glyph_selected;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue