Skip to content

Commit 4b7cbe5

Browse files
committed
Missing yup
1 parent e7ea35f commit 4b7cbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/yup_python/modules/yup_YupMain_module.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ PYBIND11_MODULE (YUP_PYTHON_MODULE_NAME, m)
6464
#endif
6565
{
6666
#if ! YUP_PYTHON_EMBEDDED_INTERPRETER
67-
yup::SystemStats::setApplicationCrashHandler (Helpers::applicationCrashHandler);
67+
yup::SystemStats::setApplicationCrashHandler (yup::Helpers::applicationCrashHandler);
6868
#endif
6969

7070
#if YUP_MAC

0 commit comments

Comments
 (0)