]> git.lyx.org Git - lyx.git/blobdiff - src/Font.h
Update my email and status.
[lyx.git] / src / Font.h
index 2cdd5c1f2e4fcae3ba7f50bc69378b8208844a05..02b996e24f7c906dfe7f55caf6e6c6fa576196e1 100644 (file)
@@ -27,6 +27,7 @@ class BufferParams;
 class Language;
 class LaTeXFeatures;
 class OutputParams;
+class otexstream;
 
 ///
 class Font {
@@ -81,7 +82,7 @@ public:
            Returns number of chars written. Base is the font state we want
            to achieve.
        */
-       int latexWriteEndChanges(odocstream &, BufferParams const & bparams,
+       int latexWriteEndChanges(otexstream &, BufferParams const & bparams,
                                 OutputParams const & runparams,
                                 Font const & base,
                                 Font const & next,