The functional remains of drop source

This commit is contained in:
Simon Lübeß
2025-06-29 21:40:55 +02:00
parent 39c9109919
commit 173942114f
5 changed files with 147 additions and 65 deletions
@@ -19,7 +19,7 @@ abstract class IUnknownImplBase<TInterface, TVTable> : RefCounter where TInterfa
private static TVTable vTable;
protected TInterface* InterfacePtr => (TInterface*)&impl;
public TInterface* InterfacePtr => (TInterface*)&impl;
public this()
{