diff --git a/Engine/source/console/engineAPI.h b/Engine/source/console/engineAPI.h index 5e371106f..8b745ea0e 100644 --- a/Engine/source/console/engineAPI.h +++ b/Engine/source/console/engineAPI.h @@ -364,7 +364,7 @@ private: template static typename fixed_tuple_element>::type getAndToType(const ArgsType& args) { - return typename EngineTypeTraits>::type>::ArgumentToValue(fixed_tuple_accessor::get(args)); + return EngineTypeTraits>::type>::ArgumentToValue(fixed_tuple_accessor::get(args)); } template