]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
add missing writeNormal() methods to some insets
[lyx.git] / src / lyxtext.h
index bf353d06d775471302e736dd9c28a074709fbc40..32b8a7d344757b4f468ecfa1c2be29168c147b5c 100644 (file)
@@ -466,6 +466,8 @@ public:
        ///
        int workWidth(BufferView *) const;
        ///
+       int workWidth(BufferView *, Inset * inset) const;
+       ///
        void computeBidiTables(Buffer const *, Row * row) const;
 
        /// Maps positions in the visual string to positions in logical string.