]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsImage.h
fix typo that put too many include paths for most people
[lyx.git] / src / graphics / GraphicsImage.h
index 50eabd25e25438e60e8a394c50d529241f7c1b5b..1afa3bf980145da19b9c393cbbfd566ff8a545a3 100644 (file)
@@ -83,10 +83,10 @@ public:
 
        /// Clip the image using params.
        virtual void clip(GParams const & params) = 0;
-       
+
        /// Rotate the image using params.
        virtual void rotate(GParams const & params) = 0;
-       
+
        /// Scale the image using params.
        virtual void scale(GParams const & params) = 0;