2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 17:47:43 +00:00

Merge pull request #223 from lioncash/ref

CGameHintInfo: Take CVParamTransfer parameter by const reference
This commit is contained in:
2020-03-15 19:45:02 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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