rename method from remObject to removeObject to be more readable

This commit is contained in:
wmayer
2017-09-13 18:57:38 +02:00
parent e34a623aeb
commit 09737f2db3
12 changed files with 17 additions and 17 deletions

View File

@@ -95,7 +95,7 @@ public:
}
void execute()
{
doc->remObject(this->name.c_str());
doc->removeObject(this->name.c_str());
}
protected: