2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 18:24:55 +00:00

CGameHintInfo: Take CVParamTransfer parameter by const reference

Avoids trivial unnecessary copies.
This commit is contained in:
Lioncash
2020-03-14 21:28:43 -04:00
parent df4487bae8
commit f5cc056a9e
2 changed files with 2 additions and 2 deletions

View File

@@ -45,5 +45,5 @@ public:
static int FindHintIndex(const char* str);
};
CFactoryFnReturn FHintFactory(const SObjectTag&, CInputStream&, const CVParamTransfer, CObjectReference*);
CFactoryFnReturn FHintFactory(const SObjectTag&, CInputStream&, const CVParamTransfer&, CObjectReference*);
} // namespace urde