]> git.lyx.org Git - lyx.git/blobdiff - src/encoding.C
* output_plaintext.C: cosmetics in comment: line length cannot be < 0
[lyx.git] / src / encoding.C
index abb0b1d6578fe6e83e6cc142a338803bc8bd8e5b..d8a175b992e12d8fb1e43d24dae29b37b716ef30 100644 (file)
@@ -18,6 +18,8 @@
 #include "lyxlex.h"
 #include "lyxrc.h"
 
+#include "support/filename.h"
+
 
 namespace lyx {
 
@@ -265,10 +267,9 @@ Encoding const * Encodings::getFromLaTeXName(string const & name) const
 
 Encodings::Encodings()
 {
-       symbol_encoding_ = Encoding("symbol", "", "");
 }
 
-void Encodings::read(string const & filename)
+void Encodings::read(support::FileName const & filename)
 {
        enum Encodingtags {
                et_encoding = 1,