mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 07:36:26 +00:00
New code style refactor
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
#include "MIDICommon.hpp"
|
||||
#include "boo/audiodev/IMIDIPort.hpp"
|
||||
|
||||
namespace boo
|
||||
{
|
||||
namespace boo {
|
||||
|
||||
IMIDIPort::~IMIDIPort() {}
|
||||
IMIDIIn::~IMIDIIn() {}
|
||||
IMIDIOut::~IMIDIOut() {}
|
||||
IMIDIInOut::~IMIDIInOut() {}
|
||||
|
||||
}
|
||||
} // namespace boo
|
||||
|
||||
Reference in New Issue
Block a user