(formating)

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@33 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2006-10-19 15:57:09 +00:00
parent 301594c165
commit 49bcb0c576
3 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -250,7 +250,7 @@ class SinglePointRemoveAction : public Action {
SinglePointRemoveAction(const SymbolPartP& part, UInt position);
virtual String getName(bool to_undo) const { return _("Delete point"); }
virtual void perform(bool to_undo);
virtual void perform(bool to_undo);
private:
SymbolPartP part;
@@ -337,7 +337,7 @@ class ControlPointRemoveAction : public Action {
ControlPointRemoveAction(const SymbolPartP& part, const set<ControlPointP>& toDelete);
virtual String getName(bool to_undo) const;
virtual void perform(bool to_undo);
virtual void perform(bool to_undo);
private:
vector<SinglePointRemoveActionP> removals;