]> git.lyx.org Git - features.git/blobdiff - src/insets/insetinfo.C
read ChangeLog, a lot of whitespace changes. experimental use of libtool
[features.git] / src / insets / insetinfo.C
index 189730b742bdcc63bc07b61dc59cbb107d52c078..8427b9ba8f7af71ca70b828fe38324742a0319ee 100644 (file)
@@ -215,10 +215,9 @@ void InsetInfo::Edit(int, int)
 }
 
 
-Inset* InsetInfo::Clone()
+InsetInfo * InsetInfo::Clone() const
 {
-       InsetInfo * result = new InsetInfo(contents);
-       return result;
+       return new InsetInfo(contents);
 }