Skip to content

Commit

Permalink
Rainer's suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed Jan 7, 2019
1 parent 8fb0c82 commit 764a28f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dmd/cppmanglewin.d
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ public:
{
if (checkImmutableShared(type))
return;
if (checkTypeSaved(type))
return;

buf.writestring("$$T");
flags &= ~IS_NOT_TOP_TYPE;
Expand Down

0 comments on commit 764a28f

Please sign in to comment.