aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample/source/play.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/xsample/source/play.cpp')
-rw-r--r--externals/grill/xsample/source/play.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/xsample/source/play.cpp b/externals/grill/xsample/source/play.cpp
index 827d88de..6a84548f 100644
--- a/externals/grill/xsample/source/play.cpp
+++ b/externals/grill/xsample/source/play.cpp
@@ -22,7 +22,7 @@ class xplay:
FLEXT_HEADER(xplay,xinter)
public:
- xplay(I argc, t_atom *argv);
+ xplay(I argc,const t_atom *argv);
virtual BL Init();
@@ -54,7 +54,7 @@ V xplay::setup(t_class *)
}
*/
-xplay::xplay(I argc, t_atom *argv)
+xplay::xplay(I argc,const t_atom *argv)
{
I argi = 0;
#ifdef MAXMSP