Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1058 from MartinNowak/fixup1054
Browse files Browse the repository at this point in the history
fixup of #1054 - _PostBlitType should be private
  • Loading branch information
AndrejMitrovic committed Dec 5, 2014
2 parents 72e07b0 + 654e422 commit bdf35f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/object.di
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ private inout(T)[] _rawDup(T)(inout(T)[] a)
return *cast(inout(T)[]*)&arr;
}

template _PostBlitType(T)
private template _PostBlitType(T)
{
// assume that ref T and void* are equivalent in abi level.
static if (is(T == struct))
Expand Down
2 changes: 1 addition & 1 deletion src/object_.d
Original file line number Diff line number Diff line change
Expand Up @@ -2964,7 +2964,7 @@ private inout(T)[] _rawDup(T)(inout(T)[] a)
return *cast(inout(T)[]*)&arr;
}

template _PostBlitType(T)
private template _PostBlitType(T)
{
// assume that ref T and void* are equivalent in abi level.
static if (is(T == struct))
Expand Down

0 comments on commit bdf35f3

Please sign in to comment.