]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex.h
ws changes only
[lyx.git] / src / lyxlex.h
index ad260093c07ef31003f3a6e91b4ba3193bfe5ab3..5f94fc4d6871bef08736a89e9310ee3fcad111f0 100644 (file)
@@ -49,7 +49,7 @@ public:
        /// return true if able to open file, else false
        bool setFile(string const & filename);
        ///
-       void setStream(std::istream & i);
+       void setStream(std::istream & is);
        ///
        std::istream & getStream();
        /// Danger! Don't use it unless you know what you are doing.