]> git.lyx.org Git - features.git/blobdiff - src/insets/insetquotes.C
read ChangeLog, a lot of whitespace changes. experimental use of libtool
[features.git] / src / insets / insetquotes.C
index 4ec6d5805cd4a785cb32a3ee31faf8b910ff0449..2c363b9ded1068a88daff8997e48755b304219f1 100644 (file)
@@ -308,7 +308,8 @@ void InsetQuotes::Validate(LaTeXFeatures & features) const
        }
 }
 
-Inset * InsetQuotes::Clone()
+
+InsetQuotes * InsetQuotes::Clone() const
 {
   return new InsetQuotes(language, side, times);
 }