Such a stupid mistake...

This commit is contained in:
Moritz Bunkus 2008-09-29 12:54:36 +00:00
parent 304374dfd0
commit 3bbb8099e2

View File

@ -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) \