]> git.lyx.org Git - lyx.git/blobdiff - src/Bidi.cpp
adjust
[lyx.git] / src / Bidi.cpp
index 02d0df8026cd10bfd7a4f7f4d4e4bed310b494a8..9287bc09b5af680cf240b4dbdcb875b55d09d28d 100644 (file)
@@ -60,7 +60,7 @@ void Bidi::computeTables(Paragraph const & par,
                return;
        }
 
-       if (par.ownerCode() == Inset::ERT_CODE || par.ownerCode() == Inset::LISTINGS_CODE) {
+       if (par.ownerCode() == ERT_CODE || par.ownerCode() == LISTINGS_CODE) {
                start_ = -1;
                return;
        }