summaryrefslogtreecommitdiffstats
path: root/gui/pages/TexturePackPage.h
diff options
context:
space:
mode:
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)
{