Fix some msvc C4244 warnings, also useless cast (ptime)
[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;
 };