From 2d06a8e8804b1db64c7564532362eecdf7ad81d3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 28 Feb 2015 20:50:15 +0100 Subject: storage/FileInfo: rename to StorageFileInfo --- src/storage/FileInfo.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/storage/FileInfo.hxx') 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 #include -struct FileInfo { +struct StorageFileInfo { enum class Type : uint8_t { OTHER, REGULAR, -- cgit v1.2.3