Fixed build of fake_app_server (ServerBitmap destructor is now protected).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15721 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4c66abd6f2
commit
b773ffdd9f
@ -96,11 +96,7 @@ ServerApp::~ServerApp(void)
|
||||
|
||||
fQuitting = true;
|
||||
|
||||
for (int32 i = 0; i< fBitmapList->CountItems(); i++) {
|
||||
delete static_cast<ServerBitmap *>(fBitmapList->ItemAt(i));
|
||||
}
|
||||
delete fBitmapList;
|
||||
|
||||
delete fPictureList;
|
||||
|
||||
// This shouldn't be necessary -- all cursors owned by the app
|
||||
|
Loading…
Reference in New Issue
Block a user