diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-06-03 18:30:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-06-03 18:30:22 +0300 |
commit | f0236e559472c3f963c92c9159f87c8b52830246 (patch) | |
tree | 36f3f17fe5fd542375543244a17ef702ba3e4173 /src | |
parent | 7004d2a474babb208c9f987c0e5c3b774b088513 (diff) | |
download | plus-f0236e559472c3f963c92c9159f87c8b52830246.tar.gz plus-f0236e559472c3f963c92c9159f87c8b52830246.tar.bz2 plus-f0236e559472c3f963c92c9159f87c8b52830246.tar.xz plus-f0236e559472c3f963c92c9159f87c8b52830246.zip |
improve flowcontainer
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/widgets/flowcontainer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/flowcontainer.h b/src/gui/widgets/flowcontainer.h index d9678ccd0..81644f0ac 100644 --- a/src/gui/widgets/flowcontainer.h +++ b/src/gui/widgets/flowcontainer.h @@ -63,7 +63,7 @@ class FlowContainer final : public Container, int getBoxHeight() const A_WARN_UNUSED { return mBoxHeight; } - void add(gcn::Widget *widget); + void add(gcn::Widget *widget) override; private: int mBoxWidth; |