* 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:
Alexandre Deckner 2009-03-03 12:36:41 +00:00
parent b11680b741
commit f11e13ffa2
2 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,6 @@ if $(TARGET_PLATFORM) != haiku {
SimpleTest ShelfTest :
ShelfTest.cpp
Shelf.cpp
: be
;

View File

@ -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();
}
/*------------------------------------------------------------*/