]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.h
* src/tabular.[Ch]: simplify plaintext methods, because there
[lyx.git] / src / lyxfunc.h
index 14168adcefb632f64b4806739b8abfe7dab68082..4fce15e67865b2e7e7ef1e53f890165f0f294f9a 100644 (file)
@@ -88,7 +88,7 @@ private:
        ///
        LyXView * lyx_view_;
 
-       /// the last character added to the key sequence, in ISO encoded form
+       /// the last character added to the key sequence, in UCS4 encoded form
        char_type encoded_last_key;
 
        ///
@@ -120,6 +120,8 @@ private:
        ///
        void closeBuffer();
        ///
+       void reloadBuffer();
+       ///
        bool ensureBufferClean(BufferView * bv);
 };