From fcbb395dc7ff3edab972b6d4b27dbbfb3305f5d7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 26 Dec 2021 15:58:40 +0300 Subject: PBYTE -> uint8_t* --- plugins/MirandaG15/src/LCDFramework/CLCDConnection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MirandaG15/src/LCDFramework/CLCDConnection.h') diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDConnection.h b/plugins/MirandaG15/src/LCDFramework/CLCDConnection.h index 9c17b81d75..9da366db19 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDConnection.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDConnection.h @@ -64,7 +64,7 @@ public: virtual int GetColorCount(); // Get the pointer to the pixel buffer - virtual PBYTE GetPixelBuffer(); + virtual uint8_t *GetPixelBuffer(); public: CLCDConnection(); -- cgit v1.2.3