]> git.lyx.org Git - features.git/commitdiff
cosmetics
authorAndré Pönitz <poenitz@gmx.net>
Sat, 15 Nov 2008 12:44:11 +0000 (12:44 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Sat, 15 Nov 2008 12:44:11 +0000 (12:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27440 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathSpecialChar.cpp
src/mathed/InsetMathSpecialChar.h

index 926dde6e6901db807cf9d25e91250aed0a8f2bf3..2c600d0c2b38791bf7c0852c368fb06630a5a38a 100644 (file)
@@ -29,7 +29,7 @@
 namespace lyx {
 
 
-InsetMathSpecialChar::InsetMathSpecialChar(docstring name)
+InsetMathSpecialChar::InsetMathSpecialChar(docstring const & name)
        : name_(name), kerning_(0)
 {
        if (name.size() != 1) {
index 7e2e8083f887aa68ce4326b604cbb6486860fd2c..fde2e95b28e8490bb1ec980394ce38496ed101c6 100644 (file)
 namespace lyx {
 
 /// The special character inset.
-class InsetMathSpecialChar : public InsetMath {
+class InsetMathSpecialChar : public InsetMath
+{
 public:
        ///
-       explicit InsetMathSpecialChar(docstring name);
+       explicit InsetMathSpecialChar(docstring const & name);
        ///
        void setBuffer(Buffer &) {}
        ///
@@ -66,4 +67,4 @@ private:
 
 } // namespace lyx
 
-#endif
+#endif // MATH_SPECIALCHARINSET_H