rename method from remObject to removeObject to be more readable
This commit is contained in:
@@ -95,7 +95,7 @@ public:
|
||||
}
|
||||
void execute()
|
||||
{
|
||||
doc->remObject(this->name.c_str());
|
||||
doc->removeObject(this->name.c_str());
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user