avoid pygccxml warning.
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 02 Jul 2008 13:23:23 -0700
changeset 3376 e91d3f7a2dae
parent 3375 86a8eceb023e
child 3377 37b35c72bc57
avoid pygccxml warning.
src/node/address.h
--- a/src/node/address.h	Wed Jul 02 13:22:46 2008 -0700
+++ b/src/node/address.h	Wed Jul 02 13:23:23 2008 -0700
@@ -66,7 +66,7 @@
 class Address 
 {
 public:
-  enum {
+  enum MaxSize_e {
     /**
      * The maximum size of a byte buffer which
      * can be stored in an Address instance.