]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Parser.h
Copyright
[lyx.git] / src / tex2lyx / Parser.h
index 89a2d1f3207ad88f1ca56479edd14c88d2cb2523..ca0a917f43ee967f81809a58fdea2386d3190029 100644 (file)
@@ -123,7 +123,7 @@ class iparserdocstream
 public:
        typedef idocstream::int_type int_type;
 
-       iparserdocstream(idocstream & is) : is_(is) {};
+       iparserdocstream(idocstream & is) : is_(is) {}
 
        /// Like std::istream::operator bool()
        operator bool() const { return s_.empty() ? is_ : true; }