Skip to content

Commit

Permalink
Update port type
Browse files Browse the repository at this point in the history
  • Loading branch information
hemmer committed Apr 13, 2024
1 parent 6b488d8 commit 947f251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MidiThing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ struct MidiThing : Module {
}
};

struct MidiThingPort : PJ301MPort {
struct MidiThingPort : BefacoInputPort {
int row = 0, col = 0;
MidiThing* module;

Expand Down

0 comments on commit 947f251

Please sign in to comment.