diff options
Diffstat (limited to 'src/modules/CoreGfx/CoreAccess.h')
| -rw-r--r-- | src/modules/CoreGfx/CoreAccess.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/CoreGfx/CoreAccess.h b/src/modules/CoreGfx/CoreAccess.h index 942a1ad5..c0ebf255 100644 --- a/src/modules/CoreGfx/CoreAccess.h +++ b/src/modules/CoreGfx/CoreAccess.h @@ -24,9 +24,9 @@ class CGAccessibilty final { public: NE_COPY_DELETE(CGAccessibilty) - static UInt64 Width() noexcept { return kHandoverHeader->f_GOP.f_Width; } + static UInt64 Width() { return kHandoverHeader->f_GOP.f_Width; } - static UInt64 Height() noexcept { return kHandoverHeader->f_GOP.f_Height; } + static UInt64 Height() { return kHandoverHeader->f_GOP.f_Height; } }; } // namespace FB |
