]> git.sesse.net Git - movit/blobdiff - input.h
ColorSpace -> Colorspace. I kept typing it wrong, so even though I usually say color...
[movit] / input.h
diff --git a/input.h b/input.h
index ef94add82a103b8df8041c4a2bb18527e719a0de..db1eae9b7b3fbaf681efc68cac3e8c93731edaf2 100644 (file)
--- 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;
 };