Several build fixes

This commit is contained in:
Esteban Papp
2021-08-12 16:42:18 -07:00
committed by GitHub
parent 48503679c4
commit 8f05c7aa2f
12 changed files with 27 additions and 5 deletions
@@ -27,7 +27,7 @@ namespace AzFramework
const WindowGeometry& geometry,
const WindowStyleMasks& styleMasks) override;
NativeWindowHandle GetWindowHandle() const override;
uint32_t GetMainDisplayRefreshRate() const override;
uint32_t GetMainDisplayRefreshRate() const;
private:
UIWindow* m_nativeWindow;