We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ea35f commit 4b7cbe5Copy full SHA for 4b7cbe5
modules/yup_python/modules/yup_YupMain_module.cpp
@@ -64,7 +64,7 @@ PYBIND11_MODULE (YUP_PYTHON_MODULE_NAME, m)
64
#endif
65
{
66
#if ! YUP_PYTHON_EMBEDDED_INTERPRETER
67
- yup::SystemStats::setApplicationCrashHandler (Helpers::applicationCrashHandler);
+ yup::SystemStats::setApplicationCrashHandler (yup::Helpers::applicationCrashHandler);
68
69
70
#if YUP_MAC
0 commit comments