fix gcc4 build

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20289 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2007-03-01 18:12:01 +00:00
parent 649d84071b
commit 506a2d9cc1
+1 -1
View File
@@ -165,7 +165,7 @@ BPicture::init_data()
token = -1;
usurped = NULL;
extent = new (nothrow) _BPictureExtent_;
extent = new (std::nothrow) _BPictureExtent_;
}