]> git.lyx.org Git - features.git/blobdiff - src/Buffer.cpp
Encodings: Use BufferEncodings where needed
[features.git] / src / Buffer.cpp
index 394e12d993624c98fbceea67c6fde251c2b90679..948f9cc2fde2c12ed0adfa5ca85fafbf96196a0b 100644 (file)
@@ -28,7 +28,7 @@
 #include "CutAndPaste.h"
 #include "DispatchResult.h"
 #include "DocIterator.h"
-#include "Encoding.h"
+#include "BufferEncodings.h"
 #include "ErrorList.h"
 #include "Exporter.h"
 #include "Format.h"
@@ -1558,7 +1558,7 @@ void Buffer::writeLaTeXSource(otexstream & os,
                d->ignore_parent = true;
 
        // Classify the unicode characters appearing in math insets
-       Encodings::initUnicodeMath(*this);
+       BufferEncodings::initUnicodeMath(*this);
 
        // validate the buffer.
        LYXERR(Debug::LATEX, "  Validating buffer...");