This commit is contained in:
aozhiwei 2024-09-05 15:52:29 +08:00
parent fce35159dd
commit a4cee4dfa2

View File

@ -338,6 +338,8 @@ private:
return source_name; return source_name;
}); });
owner_.Get()->GetAbility()->SetSource(attr_handle, kAstChip, cb); owner_.Get()->GetAbility()->SetSource(attr_handle, kAstChip, cb);
#else
owner_.Get()->GetAbility()->SetSource(attr_handle, kAstChip, nullptr);
#endif #endif
} }
} }