[PD] App: precompiled header fixes
- use same naming scheme ans CMakeLists structure as for all other WBs
This commit is contained in:
@@ -63,7 +63,7 @@ extern PyObject* initModule();
|
||||
}
|
||||
|
||||
/* Python entry */
|
||||
PyMOD_INIT_FUNC(_PartDesign)
|
||||
PyMOD_INIT_FUNC(PartDesign)
|
||||
{
|
||||
// load dependent module
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user