diff --git a/mozilla/string/obsolete/nsXPIDLString.h b/mozilla/string/obsolete/nsXPIDLString.h index c1a30745cb9..6c92f49a8ee 100644 --- a/mozilla/string/obsolete/nsXPIDLString.h +++ b/mozilla/string/obsolete/nsXPIDLString.h @@ -119,7 +119,7 @@ public: */ nsXPIDLString() : mBuf(0), mBufOwner(PR_FALSE) {} - virtual ~nsXPIDLString(); + ~nsXPIDLString(); /** * Return a reference to the immutable Unicode string. @@ -262,7 +262,7 @@ public: */ nsXPIDLCString() : mBuf(0), mBufOwner(PR_FALSE) {} - virtual ~nsXPIDLCString(); + ~nsXPIDLCString(); /** * Assign a single-byte string to this wrapper. Copies diff --git a/mozilla/xpcom/string/obsolete/nsXPIDLString.h b/mozilla/xpcom/string/obsolete/nsXPIDLString.h index c1a30745cb9..6c92f49a8ee 100644 --- a/mozilla/xpcom/string/obsolete/nsXPIDLString.h +++ b/mozilla/xpcom/string/obsolete/nsXPIDLString.h @@ -119,7 +119,7 @@ public: */ nsXPIDLString() : mBuf(0), mBufOwner(PR_FALSE) {} - virtual ~nsXPIDLString(); + ~nsXPIDLString(); /** * Return a reference to the immutable Unicode string. @@ -262,7 +262,7 @@ public: */ nsXPIDLCString() : mBuf(0), mBufOwner(PR_FALSE) {} - virtual ~nsXPIDLCString(); + ~nsXPIDLCString(); /** * Assign a single-byte string to this wrapper. Copies