Added ViewProviderDocumentObjectGroupPython

This commit is contained in:
Yorik van Havre
2012-04-18 16:59:26 -03:00
parent 3127d6ff99
commit 51bab08985
4 changed files with 16 additions and 1 deletions

View File

@@ -185,7 +185,7 @@ namespace App {
/// @cond DOXERR
PROPERTY_SOURCE_TEMPLATE(App::DocumentObjectGroupPython, App::DocumentObjectGroup)
template<> const char* App::DocumentObjectGroupPython::getViewProviderName(void) const {
return "Gui::ViewProviderDocumentObjectGroup";
return "Gui::ViewProviderDocumentObjectGroupPython";
}
/// @endcond