From: Steinar H. Gunderson Date: Sun, 21 Oct 2018 20:55:22 +0000 (+0200) Subject: Fix a Clang error. X-Git-Tag: 1.8.0~76^2~47 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4d0e06e3eedb70124c9c4fd7bdbff5389fec99d6;p=nageru Fix a Clang error. --- diff --git a/ycbcr_converter.h b/ycbcr_converter.h index 12dc61c..459377c 100644 --- a/ycbcr_converter.h +++ b/ycbcr_converter.h @@ -16,7 +16,7 @@ struct YCbCrFormat; struct Frame; -struct YCbCrConverter { +class YCbCrConverter { public: enum OutputMode { OUTPUT_TO_RGBA, // One texture (bottom-left origin): RGBA