diff options
Diffstat (limited to 'externals/grill/flext')
-rw-r--r-- | externals/grill/flext/flext.cw | bin | 202097 -> 202097 bytes | |||
-rw-r--r-- | externals/grill/flext/source/fldefs.h | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/flext.cw b/externals/grill/flext/flext.cw Binary files differindex af84bce2..18917ad9 100644 --- a/externals/grill/flext/flext.cw +++ b/externals/grill/flext/flext.cw diff --git a/externals/grill/flext/source/fldefs.h b/externals/grill/flext/source/fldefs.h index 14f2e012..10c7bf93 100644 --- a/externals/grill/flext/source/fldefs.h +++ b/externals/grill/flext/source/fldefs.h @@ -835,7 +835,7 @@ FLEXT_CALL_PRE(M_FUN)(this,ARG1,ARG2,ARG3,ARG4,ARG5) //! @} FLEXT_D_METHOD -#if defined(FLEXT_ATTRIBUTES) && FLEXT_ATTRIBUTES == 1 +#ifdef FLEXT_ATTRIBUTES /*! \defgroup FLEXT_D_ATTRIB Attribute definition \note These have to reside inside the class declaration |