Skip to content

Commit

Permalink
mk
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowCat98 committed May 12, 2024
1 parent eb3453b commit 9efd82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iGeodeLib.mm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void showAlert(const char *title, const char *message, const char *Btn) {
you should probably use showAlert() instead for that.
*/

void CShowAlert(const char *title, const char *message, const char *Btn, std::function<void()> callback = nullptr, const char *Btn2 = nullptr, std::function<void()> callback2 = nullptr) {
void CShowAlert(const char *title, const char *message, const char *Btn, std::function<void()> callback, const char *Btn2, std::function<void()> callback2) {
NSString *titleString = [NSString stringWithUTF8String:title];
NSString *messageString = [NSString stringWithUTF8String:message];
NSString *btnString = [NSString stringWithUTF8String:Btn];
Expand Down

0 comments on commit 9efd82c

Please sign in to comment.