diff options
Diffstat (limited to 'plugins/MirandaG15/src/LCDFramework/CLCDConnection.h')
-rw-r--r-- | plugins/MirandaG15/src/LCDFramework/CLCDConnection.h | 2 |
1 files changed, 1 insertions, 1 deletions
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();
|