修复叠加编译保留引用资源时的异常问题

Signed-off-by: HanSY <hansiyuan1@huawei.com>
This commit is contained in:
HanSY
2024-12-18 15:39:31 +08:00
parent 74da8f54d7
commit bf14deb999
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -29,6 +29,7 @@ GenericCompiler::GenericCompiler(ResType type, const string &output, bool isOver
: IResourceCompiler(type, output, isOverlap)
{
}
GenericCompiler::~GenericCompiler()
{
}