diff --git a/src/iGeodeLib.hpp b/src/iGeodeLib.hpp index 86d96f2..aaf4756 100644 --- a/src/iGeodeLib.hpp +++ b/src/iGeodeLib.hpp @@ -7,6 +7,6 @@ namespace iGeodeLib { void showAlert(const char *title, const char *message, const char *Btn); std::string iOSVersion(); - void CShowAlert(const char *title, const char *message, const char *Btn, std::function callback, const char *Btn2, std::function callback2); + void CShowAlert(const char *title, const char *message, const char *Btn, std::function callback = nullptr, const char *Btn2 = nullptr, std::function callback2 = nullptr); } #endif // IGEODELIB_HPP