From 7ec100c47e42c066b5d18abaf0c802da9e2b2dd6 Mon Sep 17 00:00:00 2001 From: triton <joao@tritao.eu> Date: Mon, 7 Sep 2015 01:56:08 +0100 Subject: [PATCH] Document the purpose of Class.OriginalClass. --- src/AST/Class.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AST/Class.cs b/src/AST/Class.cs index e6129619..f4070e21 100644 --- a/src/AST/Class.cs +++ b/src/AST/Class.cs @@ -173,6 +173,7 @@ namespace CppSharp.AST } } + // When we have an interface, this is the class mapped to that interface. public Class OriginalClass { get; set; } public bool IsValueType