]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetText.h
Embedding: merge lyx::EmbeddedFiles to lyx::support::EmbeddedFileList
[lyx.git] / src / insets / InsetText.h
index 40efd2b7aaeeb632d84b96a9fe1439d25c090298..d29e4ec6b12e42f6df71023b5263a36e6c1d06b8 100644 (file)
@@ -130,7 +130,7 @@ public:
        /// should paragraph indendation be ommitted in any case?
        bool neverIndent(Buffer const &) const;
        ///
-       virtual bool isMacroScope(Buffer const & buf) const { return true; }
+       virtual bool isMacroScope(Buffer const &) const { return true; }
        ///
        virtual bool allowMultiPar() const { return true; }
        ///