summaryrefslogtreecommitdiffstats
path: root/gui/pages/TexturePackPage.h
diff options
context:
space:
mode:
authorJan Dalheimer <jan@dalheimer.de>2014-07-12 17:58:23 +0200
committerPetr Mrázek <peterix@gmail.com>2014-07-12 23:31:05 +0200
commit5c4384235989b16d6931cc0cfa26dd192af68b96 (patch)
tree90e9fa1b758c97302726e01882e9c7c914426182 /gui/pages/TexturePackPage.h
parentaba1f89e2abfd596eb01c674d1b2deee3bdc1047 (diff)
downloadMultiMC-5c4384235989b16d6931cc0cfa26dd192af68b96.tar
MultiMC-5c4384235989b16d6931cc0cfa26dd192af68b96.tar.gz
MultiMC-5c4384235989b16d6931cc0cfa26dd192af68b96.tar.lz
MultiMC-5c4384235989b16d6931cc0cfa26dd192af68b96.tar.xz
MultiMC-5c4384235989b16d6931cc0cfa26dd192af68b96.zip
Add a new page that can show all sorts of logs
Diffstat (limited to 'gui/pages/TexturePackPage.h')
-rw-r--r--gui/pages/TexturePackPage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/pages/TexturePackPage.h b/gui/pages/TexturePackPage.h
index 69a47204..7e663789 100644
--- a/gui/pages/TexturePackPage.h
+++ b/gui/pages/TexturePackPage.h
@@ -9,8 +9,8 @@ public:
tr("Texture packs"), "Texture-packs", parent)
{
}
- virtual ~TexturePackPage() {};
- virtual bool shouldDisplay() override
+ virtual ~TexturePackPage() {}
+ virtual bool shouldDisplay() const override
{
return m_inst->traits().contains("texturepacks");
}