]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.h
Fix GRAPHICS_EDIT of InsetGraphics
[lyx.git] / src / insets / Inset.h
index d489a050910f1e47938779e065742d5bb733dc5b..a5fe6e6b6b2aaa964010414e6c1898b997fb00eb 100644 (file)
@@ -350,10 +350,10 @@ public:
        virtual bool useEmptyLayout() const { return forceEmptyLayout(); }
        /// if this inset has paragraphs should they be forced to use the
        /// empty layout?
-       virtual bool forceEmptyLayout() const { return false; }
+       virtual bool forceEmptyLayout(idx_type = 0) const { return false; }
        /// if this inset has paragraphs should the user be allowed to
        /// customize alignment, etc?
-       virtual bool allowParagraphCustomization(idx_type) const { return true; }
+       virtual bool allowParagraphCustomization(idx_type = 0) const { return true; }
        /// Is the width forced to some value?
        virtual bool hasFixedWidth() const { return false; }