0025039: Improvement of code structure of general and supporting tools implemented...
[occt.git] / src / BRepMesh / BRepMesh_PluginEntryType.hxx
index ad7e873..2233c30 100644 (file)
@@ -21,8 +21,8 @@ class BRepMesh_DiscretRoot;
 
 //! Type definition for plugin exported function
 typedef Standard_Integer (*BRepMesh_PluginEntryType) (const TopoDS_Shape&    theShape,
-                                                      const Standard_Real    theDeflection,
-                                                      const Standard_Real    theAngle,
+                                                      const Standard_Real    theLinDeflection,
+                                                      const Standard_Real    theAngDeflection,
                                                       BRepMesh_DiscretRoot*& theMeshAlgoInstance);
 
-#endif //_BRepMesh_PluginEntryType_HeaderFile
+#endif