]> git.lyx.org Git - lyx.git/blobdiff - src/TexStream.h
Natbib authoryear uses (Ref1; Ref2) by default.
[lyx.git] / src / TexStream.h
index 9ae20222a6c08dbe00684c17ffc205efcdb73ad3..7c4bdd9d10a8df36a94b272063a60d8cad584edc 100644 (file)
@@ -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<char_type> TexStreamBase;
 class TexStream : public std::basic_ostream<char_type>
 {
 public:
-  TexStream(TexStreamBase * sbuf, TexRow * texrow);
-  ~TexStream();
+       TexStream(TexStreamBase * sbuf, TexRow * texrow);
+       ~TexStream();
        int line() const;
 
 private: