Fixed gcc4 build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15475 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-12-10 20:16:41 +00:00
parent 050bf31477
commit b4add623a4
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
#include <stdio.h>
#include <new>
using std::nothrow;
ViewLayer::ViewLayer(BRect frame, const char* name,
int32 token, uint32 resizeMode, uint32 flags)