]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_scriptinset.C
fix x^1<space>_
[features.git] / src / mathed / math_scriptinset.C
index 305d22c86ad517fb9f2702a5be4e72934fe8269d..a0ce5ebbc59c65d36bc701a5c9f6cf92b8bf624b 100644 (file)
@@ -294,3 +294,19 @@ bool MathScriptInset::hasDown() const
 {
        return script_[0];
 }
+
+
+bool MathScriptInset::idxRight(MathInset::idx_type &,
+                                MathInset::pos_type &) const
+{
+       return false;
+}
+
+
+bool MathScriptInset::idxLeft(MathInset::idx_type &,
+                               MathInset::pos_type &) const
+{
+       return false;
+}
+
+