ProjectionAlgo & DrawingExport renames

This commit is contained in:
WandererFan
2016-07-11 15:32:16 +02:00
committed by wmayer
parent bf8a228405
commit 3b2d07e8af
55 changed files with 294 additions and 633 deletions
+1 -1
View File
@@ -108,5 +108,5 @@ template<> const char* TechDraw::DrawHatchPython::getViewProviderName(void) cons
/// @endcond
// explicit template instantiation
template class DrawingExport FeaturePythonT<TechDraw::DrawHatch>;
template class TechDrawExport FeaturePythonT<TechDraw::DrawHatch>;
}