]> git.lyx.org Git - features.git/blobdiff - src/insets/insetlatexaccent.C
read the Changelog
[features.git] / src / insets / insetlatexaccent.C
index bfefc9945c3d9eed33a179b1bd6c80f9bbcf482f..dbb81062054078bf8c3cc560541face95d4f9119 100644 (file)
@@ -30,13 +30,12 @@ using std::endl;
 /* Later modified by Lars G. Bjønnes, larsbj@lyx.org */
 
 InsetLatexAccent::InsetLatexAccent()
-{
-       candisp = false;
-}
+       : candisp(false)
+{}
 
 
-InsetLatexAccent::InsetLatexAccent(string const & string)
-       : contents(string)
+InsetLatexAccent::InsetLatexAccent(string const & str)
+       : contents(str)
 {
        checkContents();
 }