* 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 :
|
SimpleTest ShelfTest :
|
||||||
ShelfTest.cpp
|
ShelfTest.cpp
|
||||||
Shelf.cpp
|
|
||||||
: be
|
: be
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include <Entry.h>
|
#include <Entry.h>
|
||||||
#include <FindDirectory.h>
|
#include <FindDirectory.h>
|
||||||
#include <Shelf.h>
|
#include <Shelf.h>
|
||||||
#include <byteorder.h>
|
#include <ByteOrder.h>
|
||||||
|
|
||||||
#define MAGIC_1 'pjpp'
|
#define MAGIC_1 'pjpp'
|
||||||
#define MAGIC_2 'jahh'
|
#define MAGIC_2 'jahh'
|
||||||
@ -162,7 +162,7 @@ void TWindow::Quit()
|
|||||||
{
|
{
|
||||||
delete fShelf; // by deleting the Shelf we'll save the state
|
delete fShelf; // by deleting the Shelf we'll save the state
|
||||||
fShelf = NULL;
|
fShelf = NULL;
|
||||||
inherited::Quit();
|
BWindow::Quit();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*------------------------------------------------------------*/
|
/*------------------------------------------------------------*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user