]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetoptarg.h
hopefully fix tex2lyx linking.
[lyx.git] / src / insets / insetoptarg.h
index 032fe2dae1605aef34a6357b9acca01a86c28504..c10f18cdb7c56120f0e00d4f97de7cc1837e5abb 100644 (file)
@@ -50,7 +50,7 @@ public:
        void write(Buffer const & buf, std::ostream & os) const;
 
        /// should paragraph indendation be ommitted in any case?
-       virtual bool neverIndent() const { return true; }
+       virtual bool neverIndent(Buffer const &) const { return true; }
 protected:
        InsetOptArg(InsetOptArg const &);
 private: