]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_scriptinset.C
further code uglification to make Jean-Marc's compiler happy
[lyx.git] / src / mathed / math_scriptinset.C
index 9e8732797e8f11824554d5ff0a1281198b5b0d76..5fc4110ca4fbcc011318258a45e6f8fd90e7db54 100644 (file)
@@ -20,6 +20,11 @@ MathInset * MathScriptInset::clone() const
 }
 
 
+MathScriptInset const * MathScriptInset::asScriptInset() const
+{
+       return this;
+}
+
 void MathScriptInset::write(std::ostream & os, bool fragile) const
 {
        cell(0).write(os, fragile);