]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetQuotes.cpp
Squash some warnings.
[lyx.git] / src / insets / InsetQuotes.cpp
index 01776a30fd0aa9cf415454c8553737673e8ce896..ba5a127564e0c5eb17d6e5d91ad6bcfc40fcfd0a 100644 (file)
@@ -100,6 +100,9 @@ InsetQuotes::InsetQuotes(Buffer * buf, char_type c, QuoteTimes t)
 {
        if (buf)
                language_ = buf->params().quotes_language;
+       else
+               language_ = EnglishQuotes;
+
        setSide(c);
 }
 
@@ -331,7 +334,7 @@ void InsetQuotes::toString(odocstream & os) const
 }
 
 
-void InsetQuotes::forOutliner(docstring & os, size_t) const
+void InsetQuotes::forOutliner(docstring & os, size_t const, bool const) const
 {
        os += displayString();
 }