]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLabel.h
Handle \protect'ion of label in listings
[lyx.git] / src / insets / InsetLabel.h
index 92c3380f7077ca066a79b6a3940e0c0a1e5475e0..ef4fed9cac2ee20eb5a7d752ca5ba4e7c4f76c7c 100644 (file)
@@ -48,6 +48,8 @@ public:
        ///
        InsetCode lyxCode() const { return LABEL_CODE; }
        ///
+       void latex(otexstream & os, OutputParams const & runparams_in) const;
+       ///
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///