]> git.lyx.org Git - features.git/commitdiff
Oops..
authorVincent van Ravesteijn <vfr@lyx.org>
Wed, 15 Jul 2009 20:40:03 +0000 (20:40 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Wed, 15 Jul 2009 20:40:03 +0000 (20:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30612 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetInfo.h

index e48418d50d614ebc5d2a22b36d51b305f0d7c4a9..9f36a05961885600566695920a816fdc1704b246 100644 (file)
@@ -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_;
        ///