summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/pg/pg_sql.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yql/essentials/sql/pg/pg_sql.cpp')
-rw-r--r--yql/essentials/sql/pg/pg_sql.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/sql/pg/pg_sql.cpp b/yql/essentials/sql/pg/pg_sql.cpp
index c7ad2286e29..468c67263e0 100644
--- a/yql/essentials/sql/pg/pg_sql.cpp
+++ b/yql/essentials/sql/pg/pg_sql.cpp
@@ -6208,7 +6208,7 @@ public:
class TSystemFunctionsHandler: public IPGParseEvents {
public:
- TSystemFunctionsHandler(TVector<NPg::TProcDesc>& procs)
+ explicit TSystemFunctionsHandler(TVector<NPg::TProcDesc>& procs)
: Procs_(procs)
{
}