Skip to content

Commit

Permalink
[ci] build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed May 27, 2024
1 parent 97a5154 commit eef5e17
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/plugins/score-plugin-avnd/AvndProcesses/Teleplot.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ struct Teleplot : PatternObject
}
}

using tick = halp::tick_musical;

// NOTE: this function can be called from any thread
static void push(
ossia::net::udp_send_socket& socket, const ossia::net::parameter_base& param,
Expand Down Expand Up @@ -191,7 +189,7 @@ struct Teleplot : PatternObject
socket.write(buf.begin(), buf.size());
}

void operator()(const halp::tick_musical& tk)
void operator()()
{
if(!socket)
{
Expand Down

0 comments on commit eef5e17

Please sign in to comment.