mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
Oops..
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30612 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
243da49ee9
commit
2e715112b9
@ -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_;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user