]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetgraphicsParams.h
prevent crash when inserting minipage in table cell,
[lyx.git] / src / insets / insetgraphicsParams.h
index c288c65bc23e47030b4cfde0b7c583ba1d559f02..8b626a64ec7d9ffdf946db607a771edb7475adf6 100644 (file)
@@ -17,6 +17,7 @@
 #include "graphics/GraphicsTypes.h"
 #include "LString.h"
 #include "lyxlength.h"
+#include "support/filename.h"
 
 class LyXLex;
 
@@ -31,7 +32,7 @@ namespace graphics {
 struct InsetGraphicsParams
 {
        /// Image filename.
-       string filename;
+       lyx::support::FileName filename;
        /// Scaling the Screen inside Lyx
        unsigned int lyxscale;
        /// How to display the image inside LyX