Skip to content

Commit 057d983

Browse files
committed
my bad, gd::string moment
1 parent 5259b8c commit 057d983

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"win": "2.2074",
55
"android": "2.2074"
66
},
7-
"version": "v0.9.12",
7+
"version": "v0.9.13",
88
"id": "zalphalaneous.minecraft",
99
"name": "Minecraftify!",
1010
"developer": "Alphalaneous",

src/ui/hooks/FLAlertLayer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class $modify(MyFLAlertLayer, FLAlertLayer){
55

6-
bool init(FLAlertLayerProtocol* p0, char const* p1, std::string p2, char const* p3, char const* p4, float p5, bool p6, float p7, float p8){
6+
bool init(FLAlertLayerProtocol* p0, char const* p1, gd::string p2, char const* p3, char const* p4, float p5, bool p6, float p7, float p8){
77

88
if(!FLAlertLayer::init(p0, p1, p2, p3, p4, p5, p6, p7, p8)){
99
return false;

0 commit comments

Comments
 (0)