]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
add a \unbind keyword and a few utility functions (unbind, write, delkey) to KeyMap...
[lyx.git] / src / Paragraph.h
index 4e8a3d9f796b0e31fd69bca1e2f263d3a4c783ba..9f32437852919789e512f746d38d9395cdc8b885 100644 (file)
@@ -384,11 +384,11 @@ private:
        pos_type begin_of_body_;
 
        /// Pimpl away stuff
-       class Pimpl;
+       class Private;
        ///
-       friend class Paragraph::Pimpl;
+       friend class Paragraph::Private;
        ///
-       Pimpl * pimpl_;
+       Private * d;
 };
 
 } // namespace lyx