As subject says. Paragraph::META_INSET does not fit in a char anymore. Goes
in soon.
Georg
Index: src/output_plaintext.C
===================================================================
--- src/output_plaintext.C (Revision 14676)
+++ src/output_plaintext.C (Arbeitskopie)
@@ -196,7 +196,7 @@ void asciiParagraph(Buffer const & buf,
string word;
for (pos_type i = 0; i < par.size(); ++i) {
- char c = par.getUChar(buf.params(), i);
+ lyx::char_type c = par.getUChar(buf.params(), i);
switch (c) {
case Paragraph::META_INSET: {
InsetBase const * inset = par.getInset(i);