diff --git a/headers/os/net/NetworkCookieJar.h b/headers/os/net/NetworkCookieJar.h index c6639b9af6..6efba2642f 100644 --- a/headers/os/net/NetworkCookieJar.h +++ b/headers/os/net/NetworkCookieJar.h @@ -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();