CScannableObjectInfo: Resolve unused parameter warning

This is unused, so we can just not specify it.
This commit is contained in:
Lioncash 2020-05-20 14:02:50 -04:00
parent 47cfaf17bd
commit 5536417474
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ CScannableObjectInfo::SBucket::SBucket(CInputStream& in, u32 version) {
}
CFactoryFnReturn FScannableObjectInfoFactory(const SObjectTag& tag, CInputStream& in, const CVParamTransfer&,
CObjectReference* selfRef) {
CObjectReference*) {
return TToken<CScannableObjectInfo>::GetIObjObjectFor(std::make_unique<CScannableObjectInfo>(in, tag.id));
}
} // namespace urde