diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-09-23 07:07:48 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-09-23 07:07:48 +0000 |
| commit | a8fb94348c2653f91ecb7972a73ddd8a78e4fc58 (patch) | |
| tree | b5c7e8430c7e662bec6381648c237006a0fd7e52 /Primitives/interface | |
| parent | Fixed linux/mac build errors (diff) | |
| download | DiligentCore-a8fb94348c2653f91ecb7972a73ddd8a78e4fc58.tar.gz DiligentCore-a8fb94348c2653f91ecb7972a73ddd8a78e4fc58.zip | |
Fixed build - attempt 2
Diffstat (limited to 'Primitives/interface')
| -rw-r--r-- | Primitives/interface/Errors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Primitives/interface/Errors.h b/Primitives/interface/Errors.h index f8794787..5614d3ec 100644 --- a/Primitives/interface/Errors.h +++ b/Primitives/interface/Errors.h @@ -93,7 +93,7 @@ do{ \ #define LOG_DEBUG_MESSAGE(Severity, ...)\ do{ \ - auto _msg = Diligent::FormatString( ##__VA_ARGS__ );\ + auto _msg = Diligent::FormatString( __VA_ARGS__ );\ if(Diligent::DebugMessageCallback != nullptr) Diligent::DebugMessageCallback( Severity, _msg.c_str(), nullptr, nullptr, 0 );\ }while(false) |
