git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34434 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2010-05-18 13:59:59 +00:00
parent e946282535
commit edc0ec3fab

View File

@ -77,6 +77,8 @@ private:
docstring const buttonLabel(BufferView const & bv) const; docstring const buttonLabel(BufferView const & bv) const;
/// ///
docstring getCaption(OutputParams const &) const; docstring getCaption(OutputParams const &) const;
///
bool insetAllowed(InsetCode c) const { return c == CAPTION_CODE; }
/// ///
InsetListingsParams params_; InsetListingsParams params_;