1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-15 22:57:12 +02:00

Updated the MaxmindDB module to include the location for C++ exceptions in source code for debug builds.

This commit is contained in:
Sandu Liviu Catalin
2016-03-23 00:27:48 +02:00
parent 3a06fe6048
commit 543f3539fb
5 changed files with 32 additions and 32 deletions

View File

@ -18,7 +18,7 @@ void LookupResult::Validate() const
{
// Is the document handle valid?
if (!m_Db)
SqThrowF("Invalid Maxmind database reference");
STHROWF("Invalid Maxmind database reference");
}
// ------------------------------------------------------------------------------------------------