Adding basePath to python plugins

Adds the virtual function override to the boost python wrapper.
This commit is contained in:
ZachHaber
2017-01-17 17:05:22 -06:00
parent 3e61a88abb
commit fa66025024
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -2,3 +2,4 @@ CMakeLists.txt.user
edit
build
std*.log
*.bak
+4
View File
@@ -218,6 +218,10 @@ struct IOrganizerWrapper : MOBase::IOrganizer,
{
return this->get_override("overwritePath")();
}
virtual QString basePath() const override
{
return this->get_override("basePath")();
}
virtual MOBase::VersionInfo appVersion() const override
{
return this->get_override("appVersion")();