summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-12-26 15:58:40 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-12-26 15:58:40 +0300
commitfcbb395dc7ff3edab972b6d4b27dbbfb3305f5d7 (patch)
tree8807aea6f2afce38b30ce60aa5ebf84a26992b73 /plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp
parentaf2958f2e82cb68392983da6f7f69fa3cd0c5276 (diff)
PBYTE -> uint8_t*
Diffstat (limited to 'plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp')
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}