aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/TextEditScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/TextEditScreen.h')
-rw-r--r--Minecraft.Client/TextEditScreen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.Client/TextEditScreen.h b/Minecraft.Client/TextEditScreen.h
index b089f998..aad6ebc8 100644
--- a/Minecraft.Client/TextEditScreen.h
+++ b/Minecraft.Client/TextEditScreen.h
@@ -8,12 +8,12 @@ class TextEditScreen : public Screen
protected:
wstring title;
private:
- std::shared_ptr<SignTileEntity> sign;
+ shared_ptr<SignTileEntity> sign;
int frame;
int line;
public:
- TextEditScreen(std::shared_ptr<SignTileEntity> sign);
+ TextEditScreen(shared_ptr<SignTileEntity> sign);
virtual void init();
virtual void removed();
virtual void tick();