mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 10:54:33 +00:00
fix virtual destroctor problem
This commit is contained in:
parent
1417ee369f
commit
38ba25f9c9
@ -25,7 +25,7 @@
|
|||||||
class nsURLProperties {
|
class nsURLProperties {
|
||||||
public:
|
public:
|
||||||
nsURLProperties(nsString& aUrl);
|
nsURLProperties(nsString& aUrl);
|
||||||
~nsURLProperties();
|
virtual ~nsURLProperties();
|
||||||
|
|
||||||
NS_IMETHOD Get( const nsString& aKey, nsString& value);
|
NS_IMETHOD Get( const nsString& aKey, nsString& value);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user