BBitmap: Make now-deprecated ImportBits variants private.

This commit is contained in:
Augustin Cavalier
2022-01-07 22:05:30 -05:00
parent 644c29d069
commit 4ec4055399
+1 -1
View File
@@ -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);