]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
Fix my breakage. Sorry guys.
[lyx.git] / src / paragraph.h
index 8aac8031a415fbb774d711727e4f0677a707a9f6..fec3d79c7bca768f88c725381d4f9b125ff3f171 100644 (file)
@@ -169,8 +169,6 @@ public:
        ///
        InsetBase::Code ownerCode() const;
        ///
-       bool autoBreakRows() const;
-       ///
        bool forceDefaultParagraphs() const;
 
        ///
@@ -403,9 +401,9 @@ private:
        /// end of label
        lyx::pos_type begin_of_body_;
 
-       struct Pimpl;
+       class Pimpl;
        ///
-       friend struct Paragraph::Pimpl;
+       friend class Paragraph::Pimpl;
        ///
        Pimpl * pimpl_;