summaryrefslogtreecommitdiffstats
path: root/src/Authoring/QT3DSDM/Systems/Qt3DSDMXML.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/QT3DSDM/Systems/Qt3DSDMXML.h')
-rw-r--r--src/Authoring/QT3DSDM/Systems/Qt3DSDMXML.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authoring/QT3DSDM/Systems/Qt3DSDMXML.h b/src/Authoring/QT3DSDM/Systems/Qt3DSDMXML.h
index 1a23d117..5fe722f9 100644
--- a/src/Authoring/QT3DSDM/Systems/Qt3DSDMXML.h
+++ b/src/Authoring/QT3DSDM/Systems/Qt3DSDMXML.h
@@ -491,7 +491,7 @@ class CXmlErrorHandler
protected:
virtual ~CXmlErrorHandler() {}
public:
- virtual void OnXmlError(TWideXMLCharPtr errorName, int line, int column) = 0;
+ virtual void OnXmlError(const QString &errorName, int line, int column) = 0;
};
class CDOMSerializer