]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_macro.C
fix the matrix reading other small cleanup
[features.git] / src / mathed / math_macro.C
index e59452baa35d4e2f4992d1fa305ba8b140b64a8a..8e5d2b1c0f4959a6e0c6b4c01066a581023952f1 100644 (file)
@@ -140,6 +140,12 @@ MathedArray & MathMacro::GetData()
 } 
 
 
+MathedArray const & MathMacro::GetData() const
+{ 
+       return args_[idx_].array; 
+} 
+
+
 int MathMacro::GetColumns() const
 {
        return tmplate_->getMacroPar(idx_)->GetColumns();