summaryrefslogtreecommitdiff
path: root/wm/fluxbox/patches/patch-bb
blob: 8aa49953846646b90ec9d4a45c211368ce3df226 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-bb,v 1.1 2007/11/01 13:08:05 rillig Exp $

Do not include files inside namespaces.

--- src/FbTk/Font.cc.orig	2007-03-19 20:57:07.000000000 +0100
+++ src/FbTk/Font.cc	2007-10-30 16:53:50.021147000 +0100
@@ -76,7 +76,7 @@ using std::string;
 using std::map;
 using std::list;
 
-namespace {
+//namespace {
 
 #ifdef HAVE_SETLOCALE
 #include <locale.h>
@@ -102,7 +102,7 @@ void resetEffects(FbTk::Font& font) {
     font.setShadowOffX(2);
 }
 
-}; // end nameless namespace
+//}; // end nameless namespace