From 2fb5a9d258c8b7dffb29f6a49e192b214b6e268d Mon Sep 17 00:00:00 2001 From: "K.Ohta" Date: Mon, 5 Sep 2016 16:47:53 +0900 Subject: [PATCH] [Qt][LOGGER] Fix FTBFS. --- source/src/qt/gui/csp_logger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/src/qt/gui/csp_logger.h b/source/src/qt/gui/csp_logger.h index 2001725a7..b4da24efc 100644 --- a/source/src/qt/gui/csp_logger.h +++ b/source/src/qt/gui/csp_logger.h @@ -192,7 +192,7 @@ public: int64_t get_console_list(char *buffer, int64_t buf_size, bool utf8, char *domainname, bool forget, int64_t start = -1, int64_t end = -1); void clear_log(void); int64_t write_log(const _TCHAR *name, const char *domain_name = NULL, bool utf8 = true, bool forget = false); - int64_t copy_log(char *buffer, int64_t buf_size, int64_t *lines = NULL, char *domainname = NULL, bool utf8 = true, bool forget = false, int64_t start = 0, int64_t start_size = 0) + int64_t copy_log(char *buffer, int64_t buf_size, int64_t *lines = NULL, char *domainname = NULL, bool utf8 = true, bool forget = false, int64_t start = 0, int64_t start_size = 0); }; QT_END_NAMESPACE -- 2.11.0