From 2b89d38a63e2fb5e7fbbeb6a7affda89ec52240c Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 8 Feb 2006 00:05:31 +0000 Subject: [PATCH] Fixed gcc 4 compilation. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16292 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/showimage/BackgroundImage.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/showimage/BackgroundImage.cpp b/src/apps/showimage/BackgroundImage.cpp index ffe92428a0..2523ba146e 100644 --- a/src/apps/showimage/BackgroundImage.cpp +++ b/src/apps/showimage/BackgroundImage.cpp @@ -49,6 +49,8 @@ All rights reserved. #include +using std::nothrow; + const char *kBackgroundImageInfoSet = "be:bgndimginfoset";