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:
@@ -150,7 +150,7 @@ public:
|
||||
void SetName(CSStr name)
|
||||
{
|
||||
if (!m_Attr.set_name(name))
|
||||
SqThrowF("Unable to set xml attribute name");
|
||||
STHROWF("Unable to set xml attribute name");
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------------------------------
|
||||
@@ -175,7 +175,7 @@ public:
|
||||
void SetValue(CSStr name)
|
||||
{
|
||||
if (!m_Attr.set_value(name))
|
||||
SqThrowF("Unable to set xml attribute value");
|
||||
STHROWF("Unable to set xml attribute value");
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user