mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-07-27 19:07:12 +02:00
Updated the XML module to include the location for C++ exceptions in source code for debug builds.
This commit is contained in:
@@ -167,7 +167,7 @@ public:
|
||||
void SetName(CSStr name)
|
||||
{
|
||||
if (!m_Node.set_name(name))
|
||||
SqThrowF("Unable to set XML node name");
|
||||
STHROWF("Unable to set XML node name");
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------------------------------
|
||||
@@ -192,7 +192,7 @@ public:
|
||||
void SetValue(CSStr name)
|
||||
{
|
||||
if (!m_Node.set_value(name))
|
||||
SqThrowF("Unable to set XML node value");
|
||||
STHROWF("Unable to set XML node value");
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user