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.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp') diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp index 084722b8cf..3b5dfd7ef4 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp @@ -131,7 +131,7 @@ int CLCDConnection::GetColorCount() //************************************************************************ // Get the pointer to the pixel buffer //************************************************************************ -PBYTE CLCDConnection::GetPixelBuffer() +uint8_t *CLCDConnection::GetPixelBuffer() { return nullptr; } -- cgit v1.2.3