diff --git a/Engine/source/console/engineAPI.h b/Engine/source/console/engineAPI.h index 8b745ea0e..aa8762f4b 100644 --- a/Engine/source/console/engineAPI.h +++ b/Engine/source/console/engineAPI.h @@ -403,7 +403,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