mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
Fix styling, modern computers can display more than 40 columns
This commit is contained in:
parent
23ae66151b
commit
8cefeadbd4
@ -164,8 +164,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if RTAUDIO_VERSION_MAJOR >= 6
|
#if RTAUDIO_VERSION_MAJOR >= 6
|
||||||
static void reportErrorsAsException(RtAudioErrorType type,
|
static void reportErrorsAsException(RtAudioErrorType type, const std::string& errorText) {
|
||||||
const std::string& errorText) {
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case RtAudioErrorType::RTAUDIO_NO_ERROR:
|
case RtAudioErrorType::RTAUDIO_NO_ERROR:
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user