X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fbitcoinrpc.cpp;h=c09be241b668147ce7437aa094091f025acf10e8;hb=2df3646c881ec9a358f93e78d993e34fa1ad161d;hp=6722162e0c37616a67a5b05ff9e8198bf989950b;hpb=6cea4ed3fed2259f8800d8ecb45c691c0df0cdd1;p=novacoin.git diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index 6722162..c09be24 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -615,6 +615,7 @@ public: private: bool fNeedHandshake; bool fUseSSL; + SSLIOStreamDevice& operator=(SSLIOStreamDevice const&); asio::ssl::stream& stream; };