From 5f1479a9548faeb0d8a9ce51a7dd8a1d1166b6e7 Mon Sep 17 00:00:00 2001 From: Glib Dzevo Date: Wed, 8 May 2019 23:04:24 +0300 Subject: [PATCH] NO_REF: Fix compile issue with latest boost (thank to blackjackshellac). --- pCloudCC/control_tools.cpp | 12 ++++++------ pCloudCC/control_tools.h | 10 +++++----- pCloudCC/lib/pclsync/gitcommit.h | 6 +++--- pCloudCC/lib/pclsync/pcompat.h | 2 ++ pCloudCC/lib/pclsync/pcompiler.h | 10 +++++----- pCloudCC/pclsync_lib.cpp | 3 ++- pCloudCC/pclsync_lib_c.cpp | 8 ++++---- pCloudCC/pclsync_lib_c.h | 8 ++++---- 8 files changed, 31 insertions(+), 28 deletions(-) diff --git a/pCloudCC/control_tools.cpp b/pCloudCC/control_tools.cpp index 4477e90b..97445c03 100644 --- a/pCloudCC/control_tools.cpp +++ b/pCloudCC/control_tools.cpp @@ -30,16 +30,16 @@ enum command_ids_ { }; -int start_crypto(const char * pass) { +void start_crypto(const char * pass) { int ret; char* errm; if (SendCall(STARTCRYPTO, pass, &ret, &errm)) std::cout << "Start Crypto failed. return is " << ret<< " and message is "<