]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex.h
more cursor dispatch
[lyx.git] / src / lyxlex.h
index 05ab00ad25358221d5d41b5baa7ebd3b950a7b9e..41da5297898f521ada2011e0e6a43def3d9b9df3 100644 (file)
@@ -55,10 +55,10 @@ public:
                LEX_TOKEN = -4
        };
 
-       /// straem is open and end of straem is not reached
+       /// stream is open and end of stream is not reached
        bool isOK() const;
        /// stream is ok
-       operator void *() const;
+       operator void const *() const;
        /// stream is not ok
        bool operator!() const;
        /// return true if able to open file, else false