mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed VS build.
This commit is contained in:
Binary file not shown.
@@ -171,7 +171,7 @@ public:
|
||||
bool m_outputAsCStr;
|
||||
};
|
||||
|
||||
void error(const bx::StringView& _format, ...)
|
||||
void error(const char* _format, ...)
|
||||
{
|
||||
bx::WriterI* stdOut = bx::getStdOut();
|
||||
bx::Error err;
|
||||
|
||||
Reference in New Issue
Block a user