removed dangerous 'using namespace vcg'
This commit is contained in:
parent
5df7571769
commit
067b327350
|
@ -11,9 +11,10 @@
|
|||
|
||||
#undef __VCGLIB_VERTEX_N
|
||||
|
||||
using namespace vcg;
|
||||
namespace vcg {
|
||||
|
||||
typedef VertexN<float> VertexNf;
|
||||
typedef VertexN<double> VertexNd;
|
||||
|
||||
}
|
||||
#endif
|
Loading…
Reference in New Issue