Skip to content

Commit 4a09864

Browse files
committed
Unarm alias this footgun in DirEntry
1 parent ce2a3f9 commit 4a09864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

std/file.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3828,7 +3828,7 @@ else version (Windows)
38283828
{
38293829
@safe:
38303830
public:
3831-
alias name this;
3831+
alias nameWithPrefix this;
38323832

38333833
this(return scope string path)
38343834
{
@@ -3957,7 +3957,7 @@ else version (Posix)
39573957
{
39583958
@safe:
39593959
public:
3960-
alias name this;
3960+
alias nameWithPrefix this;
39613961

39623962
this(return scope string path)
39633963
{

0 commit comments

Comments
 (0)