]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insethfill.h
fix #832
[lyx.git] / src / insets / insethfill.h
index 27df19a00447084e76cb7f12c8bb733dfc19465d..e584f380147dabfeb1f34599c82aa72ef0fe10e3 100644 (file)
@@ -32,7 +32,9 @@ public:
        ///
        int ascii(Buffer const *, std::ostream &, int linelen) const;
        ///
-       void write(Buffer const * buf, ostream & os) const;
+       void write(Buffer const * buf, std::ostream & os) const;
+       /// We don't need \begin_inset and \end_inset
+       bool directWrite() const { return true; }
 };
 
 #endif