diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-02 17:32:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-02 17:32:03 +0300 |
commit | 4f7b21282f34f38090cb6e25c60f80264192faea (patch) | |
tree | 1697237ff92daee535592d9170cb8e3a3fc90680 /src/gui/widgets/tabs/tab.h | |
parent | 5e9c1e1f9645385693581dfba4625e46126bcbee (diff) | |
download | mv-4f7b21282f34f38090cb6e25c60f80264192faea.tar.gz mv-4f7b21282f34f38090cb6e25c60f80264192faea.tar.bz2 mv-4f7b21282f34f38090cb6e25c60f80264192faea.tar.xz mv-4f7b21282f34f38090cb6e25c60f80264192faea.zip |
Fix compilation with some options.
Diffstat (limited to 'src/gui/widgets/tabs/tab.h')
-rw-r--r-- | src/gui/widgets/tabs/tab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/tab.h b/src/gui/widgets/tabs/tab.h index 74b9f46be..042d0e0a8 100644 --- a/src/gui/widgets/tabs/tab.h +++ b/src/gui/widgets/tabs/tab.h @@ -202,7 +202,7 @@ class Tab notfinal : public BasicContainer, void setImage(Image *const image); - static void final(); + static void finalCleanup(); protected: friend class TabbedArea; |