diff --git a/headers/os/net/Certificate.h b/headers/os/net/Certificate.h index 120541a8ea..003c6415a2 100644 --- a/headers/os/net/Certificate.h +++ b/headers/os/net/Certificate.h @@ -26,6 +26,9 @@ private: class Private; BCertificate(Private* data); + BCertificate(const BCertificate& other); + // copy-construction not allowed + Private* fPrivate; };