Made the wrong constructor private.
This commit is contained in:
parent
bec7cb1006
commit
def1a05788
@ -91,7 +91,7 @@ private:
|
||||
|
||||
class BNetworkCookieJar::Iterator {
|
||||
public:
|
||||
Iterator(const BNetworkCookieJar* map);
|
||||
Iterator(const Iterator& other);
|
||||
~Iterator();
|
||||
|
||||
Iterator& operator=(const Iterator& other);
|
||||
@ -103,7 +103,7 @@ public:
|
||||
void RemoveDomain();
|
||||
|
||||
private:
|
||||
Iterator(const Iterator& other);
|
||||
Iterator(const BNetworkCookieJar* map);
|
||||
|
||||
void _FindNext();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user