fixes AzFramework

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-09-03 14:57:08 -07:00
parent 2e79451280
commit b52fab0c0c
4 changed files with 27 additions and 4 deletions
@@ -102,7 +102,7 @@ namespace AzFramework
virtual void PopMatrix() {}
protected:
~DebugDisplayRequests() = default;
virtual ~DebugDisplayRequests() = default;
};
/// Inherit from DebugDisplayRequestBus::Handler to implement the DebugDisplayRequests interface.