diff options
Diffstat (limited to 'logic')
-rw-r--r-- | logic/runtime-libraries.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/runtime-libraries.cpp b/logic/runtime-libraries.cpp index 097540c2..82a148fe 100644 --- a/logic/runtime-libraries.cpp +++ b/logic/runtime-libraries.cpp @@ -41,7 +41,7 @@ runtime_libraries::runtime_libraries(QFrame* frame, dylibptr t, dylibptr p, dyli goto end; } - if (f && !pFilter) + if (f && f->Constructor && !pFilter) { qDebug() << "filter load failure"; goto end; |