Skip to content

Commit 002721e

Browse files
authored
Add default constructor in ydb-cli:: TClientCommand (#19927)
2 parents a11a66f + e996258 commit 002721e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ydb/public/lib/ydb_cli/common/command.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ struct TCommandFlags {
2323
};
2424

2525
class TClientCommand {
26+
protected:
27+
TClientCommand() = default;
2628
public:
2729
static bool TIME_REQUESTS; // measure time of requests
2830
static bool PROGRESS_REQUESTS; // display progress of long requests

0 commit comments

Comments
 (0)