]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
Fix bug 2485 and crash on middle mouse paste on math
[lyx.git] / src / paragraph.h
index f3c3700025dbd9abfca3ba99f5ace62cedcc1cfe..29d499a267768203dc94a496cb05fd4c7d8f545d 100644 (file)
@@ -70,9 +70,10 @@ public:
                /// try getInset() and crash. We should fix
                /// all these places.
                META_INSET = 1
+               //META_INSET = 0x200001  // above 0x10ffff, for ucs-4
        };
        ///
-       typedef char value_type;
+       typedef lyx::char_type value_type;
        ///
        typedef lyx::depth_type depth_type;
        ///