From 0d73ffc2fbda1d26015b2bf0c30094d3b732d078 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 31 Dec 2009 16:34:55 +0000 Subject: [PATCH] Style. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32692 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/Inset.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/insets/Inset.h b/src/insets/Inset.h index 243003bccd..ec69809bd8 100644 --- a/src/insets/Inset.h +++ b/src/insets/Inset.h @@ -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; -- 2.39.2