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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2013-10-03 22:00:58 +0400
committerOlivier Goffart <ogoffart@woboq.com>2013-10-03 22:01:07 +0400
commit3495b822a50339bb1342f6d5fc720caa480ef4e0 (patch)
tree869b9644d7e906f78c7bf1f32844056ff94ee087 /src/mirall/syncfileitem.h
parentbe88d425fcb5f5e1060bddaf31ac243bad2331d5 (diff)
TMP
Diffstat (limited to 'src/mirall/syncfileitem.h')
-rw-r--r--src/mirall/syncfileitem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mirall/syncfileitem.h b/src/mirall/syncfileitem.h
index 1a1a09f8b..3bd4daa79 100644
--- a/src/mirall/syncfileitem.h
+++ b/src/mirall/syncfileitem.h
@@ -32,9 +32,9 @@ public:
typedef enum {
UnknownType,
- File,
- Directory,
- SoftLink
+ File = CSYNC_FTW_TYPE_FILE,
+ Directory = CSYNC_FTW_TYPE_DIR,
+ SoftLink = CSYNC_FTW_TYPE_SLINK
} Type;
SyncFileItem() {}