Bug#356233: patch

2006-04-12 Thread Tim Janik
On Fri, 7 Apr 2006, Joost Yervante Damad wrote: Hello, the attached patch seems to fix this bug. It's all namespace declaration fixes. Greetings, Joost Damad this is a comment from upstream. beast-0.6.7 (or -0.7.0) will fix gcc-4.1 issues, but it may still take a while until it's

Bug#356233: patch

2006-04-07 Thread Joost Yervante Damad
Hello, the attached patch seems to fix this bug. It's all namespace declaration fixes. Greetings, Joost Damad --- beast-0.6.6.orig/sfi/sfidl-parser.cc +++ beast-0.6.6/sfi/sfidl-parser.cc @@ -28,7 +28,7 @@ #include set #include stack -namespace { +namespace Sfidl { using namespace Sfidl;