diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-31 16:08:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-31 16:08:42 +0300 |
commit | 499a0bc5b9c7d57c227eaf16d11b14865bd066d5 (patch) | |
tree | d7c59dc2bbe2c70a50beb6c643b7130696f7e360 /src/gui/widgets/container.h | |
parent | 0bb3d04819283bebb2e499d8d3b4a6acbbc7e790 (diff) | |
download | mv-499a0bc5b9c7d57c227eaf16d11b14865bd066d5.tar.gz mv-499a0bc5b9c7d57c227eaf16d11b14865bd066d5.tar.bz2 mv-499a0bc5b9c7d57c227eaf16d11b14865bd066d5.tar.xz mv-499a0bc5b9c7d57c227eaf16d11b14865bd066d5.zip |
Add missing notfinal/final to classes.
Diffstat (limited to 'src/gui/widgets/container.h')
-rw-r--r-- | src/gui/widgets/container.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/container.h b/src/gui/widgets/container.h index 262d7327a..7252a0ed7 100644 --- a/src/gui/widgets/container.h +++ b/src/gui/widgets/container.h @@ -34,7 +34,7 @@ * * This container is also non-opaque by default. */ -class Container : public BasicContainer2 +class Container notfinal : public BasicContainer2 { public: explicit Container(const Widget2 *const widget); |