remove undesired virtual keyword from ViewProviderPythonFeatureImp

This commit is contained in:
wmayer
2017-04-28 21:15:53 +02:00
parent 765e164b0b
commit 38388cf650
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -1019,9 +1019,6 @@ bool ViewProviderPythonFeatureImp::isShow() const
Py::Boolean ok(method.apply(args));
return static_cast<bool>(ok) ? true : false;
}
else {
return false;
}
}
}
catch (Py::Exception&) {
+1 -1
View File
@@ -73,7 +73,7 @@ public:
/** @name Display methods */
//@{
/// Returns true if the icon must always appear enabled in the tree view
virtual bool isShow() const;
bool isShow() const;
/// get the default display mode
const char* getDefaultDisplayMode() const;
/// returns a list of all possible modes