]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSpecialChar.h
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathSpecialChar.h
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