mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 00:38:01 +00:00
hopefully fix bug 3152.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17457 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5bfc89706f
commit
9dd8c52de3
@ -32,6 +32,8 @@ public:
|
||||
ControlCommand(Dialog &, std::string const & command_name,
|
||||
std::string const & lfun_name);
|
||||
///
|
||||
virtual ~ControlCommand() {}
|
||||
///
|
||||
InsetCommandParams & params() { return params_; }
|
||||
///
|
||||
InsetCommandParams const & params() const { return params_; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user