| Index: Source/modules/filesystem/DirectoryEntry.h
|
| diff --git a/Source/modules/filesystem/DirectoryEntry.h b/Source/modules/filesystem/DirectoryEntry.h
|
| index 9df2ae61061c8c6baffcf9496cb1a331ce5ca25a..f48600efd321de421dd5568278bc76dcc3d1523c 100644
|
| --- a/Source/modules/filesystem/DirectoryEntry.h
|
| +++ b/Source/modules/filesystem/DirectoryEntry.h
|
| @@ -52,7 +52,7 @@ public:
|
| {
|
| return new DirectoryEntry(fileSystem, fullPath);
|
| }
|
| - virtual bool isDirectory() const override { return true; }
|
| + bool isDirectory() const override { return true; }
|
|
|
| DirectoryReader* createReader();
|
| void getFile(const String& path, const FileSystemFlags&, EntryCallback* = nullptr, ErrorCallback* = nullptr);
|
|
|