Rename stack to flex

This commit is contained in:
Corentin 2021-07-22 17:03:34 +09:00
commit e7753f244c
11 changed files with 32 additions and 31 deletions

View file

@ -8,11 +8,11 @@
namespace uui
{
class GlStack;
class GlFlex;
class GlLabel: public GlComponent
{
friend class GlWindow;
friend class GlStack;
friend class GlFlex;
size_t font_index;