Skip to content

Commit 4cd7f0a

Browse files
authored
Fix compatibility with legacy external projects (#9346)
1 parent 07d38e3 commit 4cd7f0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ydb/core/base/tablet.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,9 @@ struct TEvTablet {
341341
struct TEvTabletActive : public TEventLocal<TEvTabletActive, EvTabletActive> {
342342
TString VersionInfo;
343343

344+
// Compatibility with legacy external projects
345+
TEvTabletActive() = default;
346+
344347
explicit TEvTabletActive(TString&& versionInfo)
345348
: VersionInfo(std::move(versionInfo))
346349
{}

0 commit comments

Comments
 (0)