]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListings.h
More requires --> required, for C++2a.
[lyx.git] / src / insets / InsetListings.h
index 6c90de0a38a20dbaa24a16978295101616b68efa..4be28f850dd942c108d5e83b021f3e9e7f1927a1 100644 (file)
@@ -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_;