1
0
Fork 0

destructor, for vtable

This commit is contained in:
Kevin Matz 2023-05-13 11:33:15 -04:00
parent 49a446c5aa
commit 983ae8a412
1 changed files with 5 additions and 0 deletions

View File

@ -34,4 +34,9 @@ Sender::Sender()
}
Sender::~Sender()
{
}
} // namespace OSC