diff options
author | Max Kellermann <max@duempel.org> | 2015-02-28 20:50:15 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-02-28 23:00:26 +0100 |
commit | 2d06a8e8804b1db64c7564532362eecdf7ad81d3 (patch) | |
tree | 3083cbd252fa36f0dd31269b7a3be84b5acb4d1e /src/storage/FileInfo.hxx | |
parent | e1a434edbc84528fcd85e337ebf713c75124ba2b (diff) |
storage/FileInfo: rename to StorageFileInfo
Diffstat (limited to 'src/storage/FileInfo.hxx')
-rw-r--r-- | src/storage/FileInfo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/FileInfo.hxx b/src/storage/FileInfo.hxx index d194bd9f5..4ba842811 100644 --- a/src/storage/FileInfo.hxx +++ b/src/storage/FileInfo.hxx @@ -25,7 +25,7 @@ #include <time.h> #include <stdint.h> -struct FileInfo { +struct StorageFileInfo { enum class Type : uint8_t { OTHER, REGULAR, |