]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcharstyle.h
hopefully fix tex2lyx linking.
[lyx.git] / src / insets / insetcharstyle.h
index 8b518e7d8d282201a2038027d841aa4fe2ee1968..404e44ad40a6dbb58b56c5fbf9c65a284f924656 100644 (file)
@@ -94,7 +94,7 @@ public:
        InsetCharStyleParams const & params() const { return params_; }
 
        /// should paragraph indendation be ommitted in any case?
-       bool neverIndent() const { return true; }
+       bool neverIndent(Buffer const &) const { return true; }
 
 protected:
        InsetCharStyle(InsetCharStyle const &);