X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTexStream.h;h=7c4bdd9d10a8df36a94b272063a60d8cad584edc;hb=a5b01f8f96efc95633a8da1cf4748aa473a89f1a;hp=9ae20222a6c08dbe00684c17ffc205efcdb73ad3;hpb=31d782b82088ffedd60057fd3061d7258512d81a;p=lyx.git diff --git a/src/TexStream.h b/src/TexStream.h index 9ae20222a6..7c4bdd9d10 100644 --- a/src/TexStream.h +++ b/src/TexStream.h @@ -1,5 +1,5 @@ -#ifndef LATEXSTREAM_H -#define LATEXSTREAM_H +#ifndef TEXSTREAM_H +#define TEXSTREAM_H #include "support/docstring.h" @@ -18,8 +18,8 @@ typedef std::basic_streambuf TexStreamBase; class TexStream : public std::basic_ostream { public: - TexStream(TexStreamBase * sbuf, TexRow * texrow); - ~TexStream(); + TexStream(TexStreamBase * sbuf, TexRow * texrow); + ~TexStream(); int line() const; private: