]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
* GuiView.cpp:
[lyx.git] / src / BufferParams.h
index 46c02433408bd064f34123f4615c8ab7e5967937..fe85a3dab86da15f46170427b48490ac393efc02 100644 (file)
@@ -118,7 +118,7 @@ public:
        DocumentClass const & documentClass() const;
        /// \return A pointer to the DocumentClass currently in use: the BaseClass 
        /// as modified by modules. 
-       DocumentClass * documentClassPtr() const;
+       DocumentClass const * 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().
@@ -185,6 +185,8 @@ public:
        int fontsSansScale;
        /// the scale factor of the tt font
        int fontsTypewriterScale;
+       /// the font used by the CJK command
+       std::string fontsCJK;
        ///
        Spacing & spacing();
        Spacing const & spacing() const;