diff options
Diffstat (limited to 'FreeFileSync/Source/status_handler.h')
-rw-r--r-- | FreeFileSync/Source/status_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FreeFileSync/Source/status_handler.h b/FreeFileSync/Source/status_handler.h index 6bd31b60..faac4e99 100644 --- a/FreeFileSync/Source/status_handler.h +++ b/FreeFileSync/Source/status_handler.h @@ -46,7 +46,7 @@ struct ProgressStats int items = 0; int64_t bytes = 0; - std::strong_ordering operator<=>(const ProgressStats&) const = default; + bool operator==(const ProgressStats&) const = default; }; |