X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FFormat.hpp;h=194cc1c8c1c3241cee1c52f64e94b0d601823f72;hb=04b035d837668eb6444ec34e59c018d0c25983fd;hp=5762aab6c13a374da74b6cc6c86b938545e6ef53;hpb=7bb75960dbf9bfdee9ac865384aca81791b3da5c;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;