gcc4 build fix.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33753 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2009-10-24 01:26:14 +00:00
parent 505a5551a4
commit 650454ae2e

View File

@ -47,6 +47,7 @@ template<const unsigned long long N> struct Binary
};
template<>
struct Binary<0>
{
enum { value = 0ULL } ;