aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/source/flbase.h')
-rw-r--r--externals/grill/flext/source/flbase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/flext/source/flbase.h b/externals/grill/flext/source/flbase.h
index 78e4818c..ea682077 100644
--- a/externals/grill/flext/source/flbase.h
+++ b/externals/grill/flext/source/flbase.h
@@ -180,10 +180,10 @@ class FLEXT_SHARE flext_obj:
/*! Define the help reference symbol for a class
\internal
*/
- static void DefineHelp(t_class *c,const char *ref,const char *dir = NULL,bool addtilde = false);
+ static void DefineHelp(t_classid c,const char *ref,const char *dir = NULL,bool addtilde = false);
//! Define the help reference symbol for a class
- void DefineHelp(const char *ref,const char *dir = NULL,bool addtilde = false) { DefineHelp(thisClass(),ref,dir,addtilde); }
+ void DefineHelp(const char *ref,const char *dir = NULL,bool addtilde = false) { DefineHelp(thisClassId(),ref,dir,addtilde); }
//! @}