mu: fix clang compilation

This commit is contained in:
Dirk-Jan C. Binnema
2020-01-24 00:21:53 +02:00
parent 72e67ca389
commit e119ac919b
5 changed files with 11 additions and 12 deletions

View File

@ -25,6 +25,7 @@
#include <vector>
#include <cstdarg>
#include <glib.h>
#include <ostream>
namespace Mu {
@ -165,7 +166,6 @@ static inline std::string to_string (const T& val)
}
/**
*
* don't repeat these catch blocks everywhere...