[DEV] add missing return
This commit is contained in:
parent
7ea04602a2
commit
c35dbe04f4
@ -34,6 +34,7 @@ etk::CCout& operator <<(etk::CCout& _os, const airtaudio::api::type& _obj){
|
||||
case airtaudio::api::USER_INTERFACE_3: _os << "USER_INTERFACE_3"; break;
|
||||
case airtaudio::api::USER_INTERFACE_4: _os << "USER_INTERFACE_4"; break;
|
||||
}
|
||||
return _os;
|
||||
}
|
||||
|
||||
// Static variable definitions.
|
||||
|
Loading…
x
Reference in New Issue
Block a user