]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListings.h
requires is a keyword in C++2a
[lyx.git] / src / insets / InsetListings.h
index aa46765c59c55ea730ac37858062f077289f6f71..4be28f850dd942c108d5e83b021f3e9e7f1927a1 100644 (file)
@@ -26,7 +26,7 @@ struct TexString;
 //
 /////////////////////////////////////////////////////////////////////////
 
-/// A captionable and collapsable text inset for program listings.
+/// A captionable and collapsible text inset for program listings.
 class InsetListings : public InsetCaptionable
 {
 public:
@@ -79,6 +79,8 @@ private:
        TexString getCaption(OutputParams const &) const;
        ///
        bool insetAllowed(InsetCode c) const { return c == CAPTION_CODE || c == QUOTE_CODE; }
+       ///
+       Encoding const * forcedEncoding(Encoding const *, Encoding const *) const;
 
        ///
        InsetListingsParams params_;