Skip to content

Commit

Permalink
Fix non-static declaration of run()
Browse files Browse the repository at this point in the history
Fixes clang compilation with 1.17
  • Loading branch information
tresf committed Oct 31, 2020
1 parent 53f6bb5 commit f7c25ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/disintegrator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ namespace disintegrator {
};

template<OutputFunction write_output>
static void run(LADSPA_Handle instance,
void run(LADSPA_Handle instance,
unsigned long sample_count) {

Plugin *pp = (Plugin *) instance;
Expand Down

0 comments on commit f7c25ed

Please sign in to comment.