]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex.h
fix some C++ parsing bugs
[lyx.git] / src / lyxlex.h
index 143a88d087547bf7e04d0dc7560ec3b01ccab01c..5f94fc4d6871bef08736a89e9310ee3fcad111f0 100644 (file)
@@ -7,10 +7,6 @@
 #ifndef LYXLEX_H
 #define LYXLEX_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <iosfwd>
 
 #include "LString.h"
@@ -53,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.