From 792c31f4d09193847b945b048c80ccce5e5774bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 16 Jul 2018 16:00:18 +0200 Subject: [PATCH] Trade: exclude deprecated alias from code coverage. --- src/Magnum/Trade/ImageData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Trade/ImageData.h b/src/Magnum/Trade/ImageData.h index 6fdd61d3e..38c604c2b 100644 --- a/src/Magnum/Trade/ImageData.h +++ b/src/Magnum/Trade/ImageData.h @@ -294,7 +294,7 @@ template class ImageData { * * @deprecated Cast @ref formatExtra() to @ref GL::PixelType instead. */ - CORRADE_DEPRECATED("cast formatExtra() to GL::PixelType instead") GL::PixelType type() const { return GL::PixelType(formatExtra()); } + CORRADE_DEPRECATED("cast formatExtra() to GL::PixelType instead") GL::PixelType type() const { return GL::PixelType(formatExtra()); } /* LCOV_EXCL_LINE */ #endif /**