diff options
| author | flown4qqqq <[email protected]> | 2025-06-19 01:23:08 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-18 22:23:08 +0000 |
| commit | b4b20f1c01ff0345e1450650410666e01ac14929 (patch) | |
| tree | 8de54cf37513cde1d53d331170789186ff207475 | |
| parent | 43a188f09370f4e521770ff01766679bbbf293a1 (diff) | |
Fix compilation error darwin (#19860)
| -rw-r--r-- | ydb/core/ymq/actor/cloud_events/cloud_events.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/ymq/actor/cloud_events/cloud_events.h b/ydb/core/ymq/actor/cloud_events/cloud_events.h index ace94927310..4415f0701d8 100644 --- a/ydb/core/ymq/actor/cloud_events/cloud_events.h +++ b/ydb/core/ymq/actor/cloud_events/cloud_events.h @@ -15,7 +15,7 @@ namespace NKikimr::NSQS { namespace NCloudEvents { class TEventIdGenerator { public: - static uint64_t Generate(); + static ui64 Generate(); }; struct TEventInfo { |
