Skip to content

Commit 8460847

Browse files
committed
fix crash?
1 parent 7a04bf9 commit 8460847

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Styles/TheVault.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#ifndef GEODE_IS_IOS
12
#include "../includes.h"
23
#include <Geode/modify/SecretLayer.hpp>
34

@@ -24,4 +25,5 @@ class $modify(SecretLayer) {
2425

2526
return true;
2627
}
27-
};
28+
};
29+
#endif

0 commit comments

Comments
 (0)