diff --git a/VideoBufferBindBitmap.cpp b/VideoBufferBindBitmap.cpp index 716558b..35bfad7 100644 --- a/VideoBufferBindBitmap.cpp +++ b/VideoBufferBindBitmap.cpp @@ -13,11 +13,11 @@ public: color_space colorSpace, int32 bytesPerRow = B_ANY_BYTES_PER_ROW, screen_id screenID = B_MAIN_SCREEN_ID - ): BBitmap(area, areaOffset, bounds, flags, colorSpace, bytesPerRow, screenID) + ): BBitmap(bounds, flags, colorSpace, bytesPerRow, screenID) { printf("+%p.BindedBitmap(), area: %" B_PRId32 "\n", this, area); } - + virtual ~BindedBitmap() { printf("-%p.BindedBitmap()\n", this);