Missing "using std::nothrow".

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15021 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-11-18 14:20:38 +00:00
parent 29ef597dc6
commit 63ea9a2870

View File

@ -75,6 +75,7 @@
# define FTRACE(x) ; # define FTRACE(x) ;
#endif #endif
using std::nothrow;
static const uint32 kMsgAppQuit = 'appQ'; static const uint32 kMsgAppQuit = 'appQ';