From 4ec4055399f9e9d8a51ac94ae92e7eb5761e39c3 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Fri, 7 Jan 2022 22:05:30 -0500 Subject: [PATCH] BBitmap: Make now-deprecated ImportBits variants private. --- headers/os/interface/Bitmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/interface/Bitmap.h b/headers/os/interface/Bitmap.h index 14d99dcbe7..1800a622bc 100644 --- a/headers/os/interface/Bitmap.h +++ b/headers/os/interface/Bitmap.h @@ -112,7 +112,7 @@ public: void SetBits(const void* data, int32 length, int32 offset, color_space colorSpace); -public: +private: status_t ImportBits(const void* data, int32 length, int32 bpr, color_space colorSpace, BPoint from, BPoint to, int32 width, int32 height);