]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex_pimpl.h
more cursor dispatch
[lyx.git] / src / lyxlex_pimpl.h
index 52ea84d33b6f2456039ae35ac66789c69fc6ca67..e3109d158f40df73c221eb11e31352813968b837 100644 (file)
@@ -53,10 +53,10 @@ struct LyXLex::Pimpl : boost::noncopyable {
        bool nextToken();
        ///
        void pushToken(std::string const &);
-       /// fb__ is only used to open files, the stream is accessed through is.
-       std::filebuf fb__;
-       /// gz__ is only used to open files, the stream is accessed through is.
-       gz::gzstreambuf gz__;
+       /// fb_ is only used to open files, the stream is accessed through is.
+       std::filebuf fb_;
+       /// gz_ is only used to open files, the stream is accessed through is.
+       gz::gzstreambuf gz_;
 
        /// the stream that we use.
        std::istream is;