]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_macroarg.C
cosmetics
[features.git] / src / mathed / math_macroarg.C
index 325cf2010c105caab8d546cb23b2ec86c8240f36..efd0e392e189b4324de2138fc7333e9c93a97a32 100644 (file)
@@ -34,7 +34,7 @@ void MathMacroArgument::draw(Painter & pain, int x, int y)
 }
 
 
-void MathMacroArgument::Metrics(MathStyles st)
+void MathMacroArgument::metrics(MathStyles st)
 {
        char str[] = "#0";
        str[1] += number_; 
@@ -43,13 +43,13 @@ void MathMacroArgument::Metrics(MathStyles st)
 }
 
 
-void MathMacroArgument::Write(std::ostream & os, bool /*fragile*/) const
+void MathMacroArgument::write(std::ostream & os, bool /*fragile*/) const
 {
        os << '#' << number_ << ' ';
 }
 
 
-void MathMacroArgument::WriteNormal(std::ostream & os) const
+void MathMacroArgument::writeNormal(std::ostream & os) const
 {
        os << "[macroarg " << number_ << "] ";
 }