mirror of https://github.com/buggins/dlangui.git
fix ddox build
This commit is contained in:
parent
774f216ea7
commit
5cec605dfd
|
|
@ -502,7 +502,7 @@ RootEntry[] getBookmarkPaths() nothrow
|
|||
return res;
|
||||
}
|
||||
|
||||
/// returns true if directory is root directory (e.g. / or C:\)
|
||||
/// returns true if directory is root directory (e.g. / or C:\\)
|
||||
bool isRoot(in string path) pure nothrow {
|
||||
string root = rootName(path);
|
||||
if (path.equal(root))
|
||||
|
|
|
|||
Loading…
Reference in New Issue