Skip to content

Commit

Permalink
+ use right namespace for template instantiation to fix linker errors…
Browse files Browse the repository at this point in the history
… on Windows
  • Loading branch information
wwmayer committed Oct 25, 2015
1 parent 15a6a46 commit e322137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/App/FemAnalysis.cpp
Expand Up @@ -109,6 +109,6 @@ template<> PyObject* Fem::FeaturePython::getPyObject(void) {
return Py::new_reference_to(PythonObject);
}
// explicit template instantiation
template class AppFemExport FeaturePythonT<App::DocumentObject>;
template class AppFemExport FeaturePythonT<Fem::DocumentObject>;
/// @endcond
}

0 comments on commit e322137

Please sign in to comment.