1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Update Common.hpp

This commit is contained in:
Sandu Liviu Catalin 2021-08-18 21:37:55 +03:00
parent 9d62233cfc
commit 7655c1cb98

View File

@ -171,7 +171,7 @@ void OutputMessage(const char * msg, ...);
void OutputError(const char * msg, ...); void OutputError(const char * msg, ...);
/* ------------------------------------------------------------------------------------------------ /* ------------------------------------------------------------------------------------------------
* Generate a formatted string and throw it as a sqrat exception. * Generate a formatted string and throw it as a Sqrat exception.
*/ */
template < class... Args > void SqThrowF(Args &&... args) template < class... Args > void SqThrowF(Args &&... args)
{ {