From 2e715112b98fcba1f81d56ae6efecafee7733657 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Wed, 15 Jul 2009 20:40:03 +0000 Subject: [PATCH] Oops.. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30612 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetInfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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_; /// -- 2.39.2