]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsParams.h
Use UTF8 for LaTeX export.
[lyx.git] / src / graphics / GraphicsParams.h
index 1f633e768560c795f93652f42cf28a43deb163a7..222b50f85c0b752aa98e238bce57d71f36c278bb 100644 (file)
@@ -69,7 +69,7 @@ public:
         *  image.
         */
        /// Rotation angle.
-       float angle;
+       double angle;
 };
 
 bool operator==(Params const &, Params const &);