avoid pygccxml warning
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed Jul 02 13:21:56 2008 -0700 (19 months ago)
changeset 3372184673f59f53
parent 3371 e472358ea634
child 3373 51ff815f24a2
avoid pygccxml warning
src/core/int-to-type.h
     1.1 --- a/src/core/int-to-type.h	Wed Jul 02 13:21:43 2008 -0700
     1.2 +++ b/src/core/int-to-type.h	Wed Jul 02 13:21:56 2008 -0700
     1.3 @@ -11,7 +11,7 @@
     1.4  template <int v>
     1.5  struct IntToType
     1.6  {
     1.7 -  enum {value = v};
     1.8 +  enum v_e {value = v};
     1.9  };
    1.10  
    1.11  } // namespace ns3