mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
Such a stupid mistake...
This commit is contained in:
parent
304374dfd0
commit
3bbb8099e2
@ -48,7 +48,7 @@ mxwarn(const boost::format &warning) {
|
||||
void MTX_DLL_API mxerror(const std::string &error);
|
||||
inline void
|
||||
mxerror(const boost::format &error) {
|
||||
error.str();
|
||||
mxerror(error.str());
|
||||
}
|
||||
|
||||
#define mxverb(level, message) \
|
||||
|
Loading…
Reference in New Issue
Block a user