From e75d57f43fec7935257b85a13150a2de5be8a7ea Mon Sep 17 00:00:00 2001 From: Joshua Peisach Date: Thu, 3 Aug 2023 13:46:41 -0400 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20include=20class=20name=20in=20m?= =?UTF-8?q?ethod=20declaration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LEGO1/mxbitmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/mxbitmap.h b/LEGO1/mxbitmap.h index 95d5ca09..e5669c63 100644 --- a/LEGO1/mxbitmap.h +++ b/LEGO1/mxbitmap.h @@ -24,7 +24,7 @@ class MxBitmap : public MxCore __declspec(dllexport) virtual MxPalette *CreatePalette(); // vtable+34 virtual void vtable38(void*); virtual int vtable3c(MxBool); - virtual MxResult MxBitmap::CopyColorData(HDC p_hdc, int p_xSrc, int p_ySrc, int p_xDest, int p_yDest, int p_destWidth, int p_destHeight); // vtable+40 + virtual MxResult CopyColorData(HDC p_hdc, int p_xSrc, int p_ySrc, int p_xDest, int p_yDest, int p_destWidth, int p_destHeight); // vtable+40 private: BITMAPINFO *m_info; // 0x8