mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Merge pull request #2 from Hugues92/master
Cannot override basePath as it is not present in parent class
This commit is contained in:
@@ -218,7 +218,7 @@ struct IOrganizerWrapper : MOBase::IOrganizer,
|
||||
{
|
||||
return this->get_override("overwritePath")();
|
||||
}
|
||||
virtual QString basePath() const override
|
||||
virtual QString basePath() const // override
|
||||
{
|
||||
return this->get_override("basePath")();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user