Commit 5cdbad79 authored by Max Kellermann's avatar Max Kellermann

db/simple/Directory: make parent and path const

parent fc0508c0
......@@ -84,11 +84,11 @@ struct Directory {
PlaylistVector playlists;
Directory *parent;
Directory *const parent;
time_t mtime = 0;
unsigned inode = 0, device = 0;
std::string path;
const std::string path;
/**
* If this is not nullptr, then this directory does not really
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment