Skip to content

Commit

Permalink
[max] Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Sep 22, 2024
1 parent 35398b6 commit ffe61b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/avnd/binding/max/outputs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ struct do_process_outlet
void operator()(const avnd::variant_ish auto& v) const noexcept
{
using namespace std;
visit([](const auto& val) { (*this)(val); }, v);
visit([this](const auto& val) { (*this)(val); }, v);
}

void operator()(const avnd::map_ish auto& v) const noexcept
Expand Down

0 comments on commit ffe61b5

Please sign in to comment.