Skip to content

Commit

Permalink
Merge branch 'pre-max6.1-compatible'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHarker committed Jul 21, 2022
2 parents e447e9b + 1aa100b commit 08adf0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion descriptors/descriptors~/descriptors_non_rt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void descriptors_analyse(t_descriptors *x, t_symbol *msg, short argc, t_atom *ar

int C74_EXPORT main()
{
this_class = class_new("descriptorstest~",
this_class = class_new("descriptors~",
(method) descriptors_new,
(method) descriptors_free,
sizeof(t_descriptors),
Expand Down
2 changes: 1 addition & 1 deletion descriptors/descriptors~/descriptors_rt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ void descriptorsrt_dsp64(t_descriptorsrt *x, t_object *dsp64, short *count, doub

int C74_EXPORT main()
{
this_class = class_new("descriptorsrttest~",
this_class = class_new("descriptorsrt~",
(method) descriptorsrt_new,
(method) descriptorsrt_free,
sizeof(t_descriptorsrt),
Expand Down

0 comments on commit 08adf0c

Please sign in to comment.