From 305013c49185ba2a78155d73921ccf58a2b90185 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 24 May 2005 09:48:20 +0000 Subject: small fix changed initialization functions accordingly slimmed object data structures svn path=/trunk/; revision=3076 --- externals/grill/flext/source/flclass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1