diff --git a/mod.json b/mod.json index 0495a9c..851616f 100644 --- a/mod.json +++ b/mod.json @@ -4,7 +4,7 @@ "win": "2.2074", "android": "2.2074" }, - "version": "v0.9.12", + "version": "v0.9.13", "id": "zalphalaneous.minecraft", "name": "Minecraftify!", "developer": "Alphalaneous", diff --git a/src/ui/hooks/FLAlertLayer.h b/src/ui/hooks/FLAlertLayer.h index 34e8ecf..746edb5 100644 --- a/src/ui/hooks/FLAlertLayer.h +++ b/src/ui/hooks/FLAlertLayer.h @@ -3,7 +3,7 @@ class $modify(MyFLAlertLayer, FLAlertLayer){ - bool init(FLAlertLayerProtocol* p0, char const* p1, std::string p2, char const* p3, char const* p4, float p5, bool p6, float p7, float p8){ + bool init(FLAlertLayerProtocol* p0, char const* p1, gd::string p2, char const* p3, char const* p4, float p5, bool p6, float p7, float p8){ if(!FLAlertLayer::init(p0, p1, p2, p3, p4, p5, p6, p7, p8)){ return false;