X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FFormat.hpp;h=194cc1c8c1c3241cee1c52f64e94b0d601823f72;hb=be3a81656b8493010d2329fa00da617e24293438;hp=5762aab6c13a374da74b6cc6c86b938545e6ef53;hpb=1709d12eb27ecf7626d724a3fc14096a93f3cb4c;p=blank.git diff --git a/src/graphics/Format.hpp b/src/graphics/Format.hpp index 5762aab..194cc1c 100644 --- a/src/graphics/Format.hpp +++ b/src/graphics/Format.hpp @@ -15,8 +15,8 @@ struct Format { SDL_PixelFormat sdl_format; - Format(); - explicit Format(const SDL_PixelFormat &); + Format() noexcept; + explicit Format(const SDL_PixelFormat &) noexcept; bool Compatible(const Format &other) const noexcept;