Fixed VS build.

This commit is contained in:
Бранимир Караџић
2020-06-24 18:09:18 -07:00
parent 1c34eab769
commit 892062b10b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -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;