git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32692 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-12-31 16:34:55 +00:00
parent 98e6886dc4
commit 0d73ffc2fb

View File

@ -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;