Commit 23b8381c authored by hybrid's avatar hybrid

Remove empty destructor.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4283 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 490475ed
...@@ -20,10 +20,6 @@ namespace io ...@@ -20,10 +20,6 @@ namespace io
class IXMLWriter : public virtual IReferenceCounted class IXMLWriter : public virtual IReferenceCounted
{ {
public: public:
//! Destructor
virtual ~IXMLWriter() {}
//! Writes an xml 1.0 header. //! Writes an xml 1.0 header.
/** Looks like <?xml version="1.0"?>. This should always /** Looks like <?xml version="1.0"?>. This should always
be called before writing anything other, because also the text be called before writing anything other, because also the text
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment