From: Vincent van Ravesteijn Date: Wed, 15 Jul 2009 20:40:03 +0000 (+0000) Subject: Oops.. X-Git-Tag: 2.0.0~6002 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2e715112b98fcba1f81d56ae6efecafee7733657;p=features.git Oops.. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30612 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetInfo.h b/src/insets/InsetInfo.h index e48418d50d..9f36a05961 100644 --- a/src/insets/InsetInfo.h +++ b/src/insets/InsetInfo.h @@ -75,7 +75,7 @@ the command buffer (view->Toolbar->Command Buffer). namespace lyx { -class InsetInfo : public InsetText { +class InsetInfo : public InsetCollapsable { public: enum info_type { UNKNOWN_INFO, // Invalid type @@ -136,7 +136,7 @@ private: /// void setText(docstring const & str); // make sure that the other version of setText is still available. - using InsetText::setText; + using InsetCollapsable::setText; /// info_type type_; ///