]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
Fix my breakage. Sorry guys.
[lyx.git] / src / paragraph.h
index 26d11218283e4f9d982921cec162fb9a093141c7..fec3d79c7bca768f88c725381d4f9b125ff3f171 100644 (file)
@@ -401,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_;