]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ExternalTransforms.h
Phantom is fragile (#9456)
[lyx.git] / src / insets / ExternalTransforms.h
index 3d6b9338a2c83c3ff2f98f82ac16b347c60e4980..a43b45b312d5a569c68f025af8b53fef459524b3 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef EXTERNALTRANSFORMS_H
 #define EXTERNALTRANSFORMS_H
 
-#include "LyXLength.h"
+#include "Length.h"
 
 #include "graphics/GraphicsParams.h"
 
@@ -63,8 +63,8 @@ public:
        bool usingScale() const;
 
        std::string scale;
-       LyXLength width;
-       LyXLength height;
+       Length width;
+       Length height;
        bool keepAspectRatio;
 };