From d8b47a1448b7b55ae0f20c237725d9c5e369b8e5 Mon Sep 17 00:00:00 2001 From: igarri Date: Mon, 18 Oct 2021 16:45:26 +0100 Subject: [PATCH] More fixes Signed-off-by: igarri --- .../AzManipulatorTestFramework/AzManipulatorTestFramework.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/AzManipulatorTestFramework.h b/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/AzManipulatorTestFramework.h index 10036b0899..5f0179d6ad 100644 --- a/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/AzManipulatorTestFramework.h +++ b/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/AzManipulatorTestFramework.h @@ -47,7 +47,7 @@ namespace AzManipulatorTestFramework //! Set if sticky select is enabled or not. virtual void SetStickySelect(bool enabled) = 0; //! Get default Editor Camera Position. - virtual AZ::Vector3 DefaultEditorCameraPosition() = 0; + virtual AZ::Vector3 DefaultEditorCameraPosition() const = 0; }; //! This interface is used to simulate the manipulator manager while the manipulators are under test.