diff options
Diffstat (limited to 'plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp')
-rw-r--r-- | plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp | 2 |
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;
}
|