mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Remove typename from ArgumentToValue specifier
This commit is contained in:
parent
c9609fbdbf
commit
bcb75e21ac
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ private:
|
|||
|
||||
template<size_t I>
|
||||
static typename fixed_tuple_element<I, fixed_tuple<ArgTs...>>::type getAndToType(const ArgsType& args) {
|
||||
return typename EngineTypeTraits<typename fixed_tuple_element<I, fixed_tuple<ArgTs...>>::type>::ArgumentToValue(fixed_tuple_accessor<I>::get(args));
|
||||
return EngineTypeTraits<typename fixed_tuple_element<I, fixed_tuple<ArgTs...>>::type>::ArgumentToValue(fixed_tuple_accessor<I>::get(args));
|
||||
}
|
||||
|
||||
template<size_t ...I>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue