]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macro.C
small cleanup, doxygen, formatting changes
[lyx.git] / src / mathed / math_macro.C
index ea8a1546a964054df3b48da4cbd33ce28fc14b7a..93702f15260c4488bef3f44cafbe67a34a938516 100644 (file)
@@ -173,7 +173,7 @@ void MathMacro::SetFocus(int x, int y)
 }
 
 
-void MathMacro::SetData(MathedArray * a)
+void MathMacro::setData(MathedArray * a)
 {
        args_[idx_].array = a;
 }