summaryrefslogtreecommitdiffstats
path: root/gui/pages/TexturePackPage.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-01-27 22:31:07 +0100
committerPetr Mrázek <peterix@gmail.com>2015-04-02 00:14:06 +0200
commit791221e923586bb717396ecf18bd13e57034df99 (patch)
tree9f608af07375b38626c8964671620477158341ba /gui/pages/TexturePackPage.h
parent593111b14463e9d5d08256061b981b5ab1cfb710 (diff)
downloadMultiMC-791221e923586bb717396ecf18bd13e57034df99.tar
MultiMC-791221e923586bb717396ecf18bd13e57034df99.tar.gz
MultiMC-791221e923586bb717396ecf18bd13e57034df99.tar.lz
MultiMC-791221e923586bb717396ecf18bd13e57034df99.tar.xz
MultiMC-791221e923586bb717396ecf18bd13e57034df99.zip
NOISSUE Refactors and moving of things
Diffstat (limited to 'gui/pages/TexturePackPage.h')
-rw-r--r--gui/pages/TexturePackPage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/pages/TexturePackPage.h b/gui/pages/TexturePackPage.h
index 7e663789..3c5c27d7 100644
--- a/gui/pages/TexturePackPage.h
+++ b/gui/pages/TexturePackPage.h
@@ -4,7 +4,7 @@
class TexturePackPage : public ModFolderPage
{
public:
- explicit TexturePackPage(BaseInstance *instance, QWidget *parent = 0)
+ explicit TexturePackPage(MinecraftInstance *instance, QWidget *parent = 0)
: ModFolderPage(instance, instance->texturePackList(), "texturepacks", "resourcepacks",
tr("Texture packs"), "Texture-packs", parent)
{