Fix for Python binding in FEM result objects

This commit is contained in:
jriegel
2014-01-15 19:23:56 +01:00
parent 15089556cd
commit 5a4b4da59f
3 changed files with 3 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ namespace App {
/// @cond DOXERR
PROPERTY_SOURCE_TEMPLATE(Fem::FemResultValuePython, Fem::FemResultValue)
template<> const char* Fem::FemResultValuePython::getViewProviderName(void) const {
return "FemGui::ViewProviderFemResultValuePython";
return "FemGui::ViewProviderResultPython";
}
/// @endcond