From fd5b1741a6e94522514975ca122d8fb90f6271a3 Mon Sep 17 00:00:00 2001 From: MovElb Date: Sun, 31 May 2020 17:05:41 +0300 Subject: [PATCH] build fix --- src/Server/PostgreSQLHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Server/PostgreSQLHandler.h b/src/Server/PostgreSQLHandler.h index 28b9ef9a350..31a96f478ec 100644 --- a/src/Server/PostgreSQLHandler.h +++ b/src/Server/PostgreSQLHandler.h @@ -70,7 +70,7 @@ private: void processQuery(); - bool isEmptyQuery(const String & query); + static bool isEmptyQuery(const String & query); }; }