From db2490d8334797ad502f10bef76118c3abfea15e Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 2 Jan 2024 20:18:17 -0500 Subject: [PATCH] Annotate copy ctor --- LEGO1/mxdirect3d.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/LEGO1/mxdirect3d.h b/LEGO1/mxdirect3d.h index 92fa2fb8..c3db64d6 100644 --- a/LEGO1/mxdirect3d.h +++ b/LEGO1/mxdirect3d.h @@ -108,6 +108,10 @@ struct MxDeviceEnumerateElement { // TEMPLATE: LEGO1 0x1009ba30 // List::~List +// Compiler-generated copy ctor +// SYNTHETIC: LEGO1 0x1009c290 +// MxDeviceEnumerateElement::MxDeviceEnumerateElement + // VTABLE: LEGO1 0x100db814 // SIZE 0x14 class MxDeviceEnumerate {