avoid pygccxml warning.
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed Jul 02 08:33:47 2008 -0700 (19 months ago)
changeset 336895bbf601167d
parent 3364 8e6ac6061680
child 3369 30750f23d51a
avoid pygccxml warning.
src/core/type-id.h
     1.1 --- a/src/core/type-id.h	Tue Jul 01 11:00:29 2008 -0700
     1.2 +++ b/src/core/type-id.h	Wed Jul 02 08:33:47 2008 -0700
     1.3 @@ -44,7 +44,7 @@
     1.4  class TypeId
     1.5  {
     1.6  public:
     1.7 -  enum {
     1.8 +  enum AttributeFlag {
     1.9      /**
    1.10       * The attribute can be read
    1.11       */