[pkg-d-commits] [ldc] 60/149: Add missing field in C++ declaration of TypeStruct.

Matthias Klumpp mak at moszumanska.debian.org
Sun Apr 23 22:36:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to annotated tag v1.2.0
in repository ldc.

commit 56d8a857bf3db9848a9ca5264a91fb9e7006b1a6
Author: Johan Engelen <jbc.engelen at gmail.com>
Date:   Sun Jan 29 23:14:07 2017 +0100

    Add missing field in C++ declaration of TypeStruct.
---
 ddmd/mtype.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ddmd/mtype.h b/ddmd/mtype.h
index bb90f08..c24e3c9 100644
--- a/ddmd/mtype.h
+++ b/ddmd/mtype.h
@@ -753,6 +753,7 @@ class TypeStruct : public Type
 public:
     StructDeclaration *sym;
     AliasThisRec att;
+    CPPMANGLE cppmangle;
 
 #if IN_LLVM
     // cache the hasUnalignedFields check

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git



More information about the pkg-d-commits mailing list