mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Style.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32692 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
98e6886dc4
commit
0d73ffc2fb
@ -502,9 +502,9 @@ public:
|
||||
/// set the change for the entire inset
|
||||
virtual void setChange(Change const &) {}
|
||||
/// accept the changes within the inset
|
||||
virtual void acceptChanges() {};
|
||||
virtual void acceptChanges() {}
|
||||
/// reject the changes within the inset
|
||||
virtual void rejectChanges() {};
|
||||
virtual void rejectChanges() {}
|
||||
|
||||
///
|
||||
virtual Dimension const dimension(BufferView const &) const;
|
||||
|
Loading…
Reference in New Issue
Block a user