removed harmless warning
This commit is contained in:
parent
af6a963f41
commit
cc0204e797
|
@ -173,7 +173,7 @@ namespace vcg {
|
||||||
void UnMarkAll(){}
|
void UnMarkAll(){}
|
||||||
bool IsMarked(VertexType*) { return false; }
|
bool IsMarked(VertexType*) { return false; }
|
||||||
void Mark(VertexType*){}
|
void Mark(VertexType*){}
|
||||||
void SetMesh(void *m=0) {}
|
void SetMesh(void * /*m=0*/) {}
|
||||||
};
|
};
|
||||||
|
|
||||||
//**CLOSEST FUNCTION DEFINITION**//
|
//**CLOSEST FUNCTION DEFINITION**//
|
||||||
|
|
Loading…
Reference in New Issue