Skip to content
Snippets Groups Projects
Commit 5ef7f7c8 authored by Alberto Massari's avatar Alberto Massari
Browse files

Make the makeXMLException a static method, or MSVC linker will complain about duplicates

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@465261 13f79535-47bb-0310-9956-ffa450edef68
parent 2b8e0f21
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
static XMLExceptionHandler* XML_EXCEPTION_HANDLER = NULL;
void
static void
makeXMLException(const XMLException& e){
SV *error = ERRSV;
SWIG_MakePtr(error, (void *) XML_EXCEPTION_HANDLER->copyXMLException(e), SWIGTYPE_p_XERCES_CPP_NAMESPACE__XMLException, SWIG_SHADOW|0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment