fix
This commit is contained in:
@@ -57,22 +57,22 @@ protected: \
|
||||
public: \
|
||||
virtual ~name() = default
|
||||
|
||||
constexpr const std::string META_ACCESSED = "accessed";
|
||||
constexpr const std::string META_ATTRIBUTES = "attributes";
|
||||
constexpr const std::string META_BACKUP = "backup";
|
||||
constexpr const std::string META_CHANGED = "changed";
|
||||
constexpr const std::string META_CREATION = "creation";
|
||||
constexpr const std::string META_DIRECTORY = "directory";
|
||||
constexpr const std::string META_GID = "gid";
|
||||
constexpr const std::string META_KEY = "key";
|
||||
constexpr const std::string META_MODE = "mode";
|
||||
constexpr const std::string META_MODIFIED = "modified";
|
||||
constexpr const std::string META_OSXFLAGS = "flags";
|
||||
constexpr const std::string META_PINNED = "pinned";
|
||||
constexpr const std::string META_SIZE = "size";
|
||||
constexpr const std::string META_SOURCE = "source";
|
||||
constexpr const std::string META_UID = "uid";
|
||||
constexpr const std::string META_WRITTEN = "written";
|
||||
const std::string META_ACCESSED = "accessed";
|
||||
const std::string META_ATTRIBUTES = "attributes";
|
||||
const std::string META_BACKUP = "backup";
|
||||
const std::string META_CHANGED = "changed";
|
||||
const std::string META_CREATION = "creation";
|
||||
const std::string META_DIRECTORY = "directory";
|
||||
const std::string META_GID = "gid";
|
||||
const std::string META_KEY = "key";
|
||||
const std::string META_MODE = "mode";
|
||||
const std::string META_MODIFIED = "modified";
|
||||
const std::string META_OSXFLAGS = "flags";
|
||||
const std::string META_PINNED = "pinned";
|
||||
const std::string META_SIZE = "size";
|
||||
const std::string META_SOURCE = "source";
|
||||
const std::string META_UID = "uid";
|
||||
const std::string META_WRITTEN = "written";
|
||||
|
||||
const std::vector<std::string> META_USED_NAMES = {
|
||||
META_ACCESSED, META_ATTRIBUTES, META_BACKUP, META_CHANGED,
|
||||
|
Reference in New Issue
Block a user