* Fix build of ShelfTest
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29385 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b11680b741
commit
f11e13ffa2
@ -12,7 +12,6 @@ if $(TARGET_PLATFORM) != haiku {
|
||||
|
||||
SimpleTest ShelfTest :
|
||||
ShelfTest.cpp
|
||||
Shelf.cpp
|
||||
: be
|
||||
;
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <Entry.h>
|
||||
#include <FindDirectory.h>
|
||||
#include <Shelf.h>
|
||||
#include <byteorder.h>
|
||||
#include <ByteOrder.h>
|
||||
|
||||
#define MAGIC_1 'pjpp'
|
||||
#define MAGIC_2 'jahh'
|
||||
@ -162,7 +162,7 @@ void TWindow::Quit()
|
||||
{
|
||||
delete fShelf; // by deleting the Shelf we'll save the state
|
||||
fShelf = NULL;
|
||||
inherited::Quit();
|
||||
BWindow::Quit();
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user