X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetLabel.h;h=ef4fed9cac2ee20eb5a7d752ca5ba4e7c4f76c7c;hb=85b36769cb38d5b9a1f0f52999d23c68a9fb9759;hp=92c3380f7077ca066a79b6a3940e0c0a1e5475e0;hpb=a936bc2df57cef9545f642e6dfdb7afa3eed4b81;p=lyx.git diff --git a/src/insets/InsetLabel.h b/src/insets/InsetLabel.h index 92c3380f70..ef4fed9cac 100644 --- a/src/insets/InsetLabel.h +++ b/src/insets/InsetLabel.h @@ -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; ///