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