Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/csync/csync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csync/csync.h b/src/csync/csync.h
index 0c418f9ad..8796a9d21 100644
--- a/src/csync/csync.h
+++ b/src/csync/csync.h
@@ -165,7 +165,7 @@ Q_ENUM_NS(ItemType)
using namespace CSyncEnums;
using CSYNC_STATUS = CSyncEnums::csync_status_codes_e;
-typedef struct csync_file_stat_s csync_file_stat_t;
+using csync_file_stat_t = struct csync_file_stat_s;
struct OCSYNC_EXPORT csync_file_stat_s {
time_t modtime = 0;