Fixed a material functor compile error that mysteriously appeared.
1>C:\GitHub\o3de\AtomSampleViewer\Gem\Code\Lib\MaterialFunctors/StacksShaderCollectionFunctor.h(37,5): error C4266: };
1>C:\GitHub\o3de\AtomSampleViewer\Gem\Code\Lib\MaterialFunctors/StacksShaderCollectionFunctor.h(37,5): error C4266: ^
1>C:\GitHub\o3de\Gems\Atom\RPI\Code\Include\Atom/RPI.Reflect/Material/MaterialFunctor.h(249): message : see declaration of 'AZ::RPI::MaterialFunctor::Process'
1>C:\GitHub\o3de\Gems\Atom\RPI\Code\Include\Atom/RPI.Reflect/Material/MaterialFunctor.h(249): message : virtual void Process([[maybe_unused]] EditorContext& context) {}
1>C:\GitHub\o3de\Gems\Atom\RPI\Code\Include\Atom/RPI.Reflect/Material/MaterialFunctor.h(69): message : see declaration of 'AZ::RPI::MaterialFunctor'
1>C:\GitHub\o3de\Gems\Atom\RPI\Code\Include\Atom/RPI.Reflect/Material/MaterialFunctor.h(69): message : class MaterialFunctor
1>C:\GitHub\o3de\AtomSampleViewer\Gem\Code\Lib\MaterialFunctors/StacksShaderInputFunctor.h(38,5): error C4266: 'void AZ::RPI::MaterialFunctor::Process(AZ::RPI::MaterialFunctor::EditorContext &)': no override available for virtual member function from base 'AZ::RPI::MaterialFunctor'; function is hidden
1>C:\GitHub\o3de\AtomSampleViewer\Gem\Code\Lib\MaterialFunctors/StacksShaderInputFunctor.h(38,5): error C4266: };
1>C:\GitHub\o3de\AtomSampleViewer\Gem\Code\Lib\MaterialFunctors/StacksShaderInputFunctor.h(38,5): error C4266: ^
1>C:\GitHub\o3de\Gems\Atom\RPI\Code\Include\Atom/RPI.Reflect/Material/MaterialFunctor.h(249): message : see declaration of 'AZ::RPI::MaterialFunctor::Process'
1>C:\GitHub\o3de\Gems\Atom\RPI\Code\Include\Atom/RPI.Reflect/Material/MaterialFunctor.h(249): message : virtual void Process([[maybe_unused]] EditorContext& context) {}
1>C:\GitHub\o3de\Gems\Atom\RPI\Code\Include\Atom/RPI.Reflect/Material/MaterialFunctor.h(69): message : see declaration of 'AZ::RPI::MaterialFunctor'
1>C:\GitHub\o3de\Gems\Atom\RPI\Code\Include\Atom/RPI.Reflect/Material/MaterialFunctor.h(69): message : class MaterialFunctor
Signed-off-by: santorac <[email protected]>