From a832c63067500c2b66e0a88299e34d613729fd86 Mon Sep 17 00:00:00 2001 From: sowle Date: Mon, 4 Mar 2019 03:48:31 +0300 Subject: [PATCH] compilation fixup --- src/currency_core/bc_offers_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/currency_core/bc_offers_service.h b/src/currency_core/bc_offers_service.h index 0e116156..1d7c6429 100644 --- a/src/currency_core/bc_offers_service.h +++ b/src/currency_core/bc_offers_service.h @@ -67,7 +67,7 @@ namespace bc_services crypto::hash get_last_seen_block_id(); void set_last_seen_block_id(const crypto::hash& h); bool clear(); - bool set_disabled(bool is_disabled) { m_disabled = is_disabled; } + bool set_disabled(bool is_disabled) { m_disabled = is_disabled; return m_disabled; } bool is_disabled(){ return m_disabled; } static void init_options(boost::program_options::options_description& desc); private: