restore old definition of doCommand macro due to msvc failure

This commit is contained in:
wmayer
2019-11-14 19:42:24 +01:00
parent aaff1b093e
commit 7944c31f93

View File

@@ -450,7 +450,8 @@ public:
*
* @sa Command::_doCommand()
*/
#define doCommand(...) _doCommand(__FILE__,__LINE__,__VA_ARGS__)
//#define doCommand(...) _doCommand(__FILE__,__LINE__,__VA_ARGS__)
#define doCommand(_type,...) _doCommand(__FILE__,__LINE__,_type,##__VA_ARGS__)
/** Run a command with printf like formatter
*