mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
PAL7913. make QuadDelete() static
This commit is contained in:
parent
fedc148b81
commit
9b89dd05ca
@ -78,7 +78,7 @@ public:
|
||||
const TopoDS_Shape& aShape)
|
||||
throw (SALOME_Exception);
|
||||
|
||||
void QuadDelete(FaceQuadStruct* quad);
|
||||
static void QuadDelete(FaceQuadStruct* quad);
|
||||
|
||||
ostream & SaveTo(ostream & save);
|
||||
istream & LoadFrom(istream & load);
|
||||
|
Loading…
Reference in New Issue
Block a user