RedEdit: Fix build
This commit is contained in:
parent
6543bf0ae1
commit
74349b4ff4
@ -48,7 +48,7 @@ HaikuSubInclude powerstatus ;
|
||||
HaikuSubInclude processcontroller ;
|
||||
HaikuSubInclude pulse ;
|
||||
HaikuSubInclude remotedesktop ;
|
||||
HaikuSubInclude resourceedit ;
|
||||
HaikuSubInclude resedit ;
|
||||
HaikuSubInclude screenshot ;
|
||||
HaikuSubInclude serialconnect ;
|
||||
HaikuSubInclude showimage ;
|
||||
|
@ -561,7 +561,7 @@ BitmapView::BitmapFromClipboard(void)
|
||||
be_clipboard->Unlock();
|
||||
|
||||
const void *buffer;
|
||||
int32 bufferLength;
|
||||
ssize_t bufferLength;
|
||||
|
||||
BRect frame;
|
||||
color_space cspace = B_NO_COLOR_SPACE;
|
||||
@ -591,7 +591,7 @@ BitmapView::BitmapFromClipboard(void)
|
||||
|
||||
case CLIP_BEOS: {
|
||||
const void *buffer;
|
||||
int32 bufferLength;
|
||||
ssize_t bufferLength;
|
||||
|
||||
BRect frame;
|
||||
color_space cspace = B_NO_COLOR_SPACE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user