diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-05-24 09:48:20 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-05-24 09:48:20 +0000 |
commit | 305013c49185ba2a78155d73921ccf58a2b90185 (patch) | |
tree | fe0b99180f423cf04fda25c80d7cef2385a8d990 /externals | |
parent | d461c34b8f39b7aaba32aa92a60bf24cd4ce5ca6 (diff) |
small fix
changed initialization functions accordingly
slimmed object data structures
svn path=/trunk/; revision=3076
Diffstat (limited to 'externals')
-rw-r--r-- | externals/grill/flext/source/flclass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flclass.h b/externals/grill/flext/source/flclass.h index e1e871ed..c2e4600b 100644 --- a/externals/grill/flext/source/flclass.h +++ b/externals/grill/flext/source/flclass.h @@ -596,7 +596,7 @@ protected: */ //! \brief get a code for a list of inlets or outlets - unsigned long XletCode(xlettype tp = xlettype::xlet_none,...); // end list with 0 (= tp_none) !! + unsigned long XletCode(xlettype tp = xlet_none,...); // end list with 0 (= tp_none) !! /*! \brief Add some inlets by a special code representing the types \remark use XletCode function to get code value |