]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Fix broken layout file syntax
[lyx.git] / src / BufferParams.h
index 306e5bc3d2691383193de70b95a5bf5db697b8f8..98f79a57fbee105397adff1ff5a28a5a57d3d849 100644 (file)
@@ -134,7 +134,7 @@ public:
        DocumentClass const & documentClass() const;
        /// \return A pointer to the DocumentClass currently in use: the BaseClass
        /// as modified by modules.
-       DocumentClassConstPtr  documentClassPtr() const;
+       DocumentClassConstPtr documentClassPtr() const;
        /// This bypasses the baseClass and sets the textClass directly.
        /// Should be called with care and would be better not being here,
        /// but it seems to be needed by CutAndPaste::putClipboard().