Update vm.h

This commit is contained in:
blueloveTH 2024-02-17 20:07:31 +08:00
parent ffee4a0354
commit caba557c83

View File

@ -416,7 +416,7 @@ public:
ImportContext _import_context;
PyObject* py_import(Str path, bool throw_err=true);
~VM();
virtual ~VM();
#if PK_DEBUG_CEVAL_STEP
void _log_s_data(const char* title = nullptr);