X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=input.h;h=db1eae9b7b3fbaf681efc68cac3e8c93731edaf2;hp=ef94add82a103b8df8041c4a2bb18527e719a0de;hb=c208d2719d48f7676d73b6f406f2417ec147acae;hpb=4a9b478d0cc333e7b47a766d3d27ffe67c08f15a diff --git a/input.h b/input.h index ef94add..db1eae9 100644 --- a/input.h +++ b/input.h @@ -31,7 +31,7 @@ public: virtual unsigned get_width() const = 0; virtual unsigned get_height() const = 0; - virtual ColorSpace get_color_space() const = 0; + virtual Colorspace get_color_space() const = 0; virtual GammaCurve get_gamma_curve() const = 0; };