Fix MSVC c4512 (assignment operator could not be generated)
[novacoin.git] / src / bitcoinrpc.cpp
index 6722162..c09be24 100644 (file)
@@ -615,6 +615,7 @@ public:
 private:
     bool fNeedHandshake;
     bool fUseSSL;
+    SSLIOStreamDevice& operator=(SSLIOStreamDevice const&);
     asio::ssl::stream<typename Protocol::socket>& stream;
 };