avoid pygccxml warning
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 02 Jul 2008 13:21:56 -0700
changeset 3372 184673f59f53
parent 3371 e472358ea634
child 3373 51ff815f24a2
avoid pygccxml warning
src/core/int-to-type.h
--- a/src/core/int-to-type.h	Wed Jul 02 13:21:43 2008 -0700
+++ b/src/core/int-to-type.h	Wed Jul 02 13:21:56 2008 -0700
@@ -11,7 +11,7 @@
 template <int v>
 struct IntToType
 {
-  enum {value = v};
+  enum v_e {value = v};
 };
 
 } // namespace ns3