diff options
Diffstat (limited to 'externals/grill/xsample/source')
-rw-r--r-- | externals/grill/xsample/source/main.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/externals/grill/xsample/source/main.cpp b/externals/grill/xsample/source/main.cpp index 27d66338..85fea90d 100644 --- a/externals/grill/xsample/source/main.cpp +++ b/externals/grill/xsample/source/main.cpp @@ -24,10 +24,9 @@ V lib_setup() FLEXT_DSP_SETUP(xgroove); #ifdef MAXMSP - // That's not the right place..... (doesn't work) - finder_addclass((char *)"MSP Sampling",(char *)"xgroove~"); - finder_addclass((char *)"MSP Sampling",(char *)"xplay~"); - finder_addclass((char *)"MSP Sampling",(char *)"xrecord~"); + finder_addclass((C *)"MSP Sampling",(C *)"xgroove~"); + finder_addclass((C *)"MSP Sampling",(C *)"xplay~"); + finder_addclass((C *)"MSP Sampling",(C *)"xrecord~"); #endif } |