removed dangerous 'using namespace vcg'

This commit is contained in:
Paolo Cignoni 2004-02-19 14:33:00 +00:00
parent 5df7571769
commit 067b327350
1 changed files with 19 additions and 18 deletions

View File

@ -11,9 +11,10 @@
#undef __VCGLIB_VERTEX_N
using namespace vcg;
namespace vcg {
typedef VertexN<float> VertexNf;
typedef VertexN<double> VertexNd;
}
#endif