From d390abf93bf82f3839d8a5848758f7b947a1f864 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 20 Jan 2002 12:21:14 +0000 Subject: fixed namespace --- util/bsetroot.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/util/bsetroot.cc b/util/bsetroot.cc index 4a610a7..cd9c924 100644 --- a/util/bsetroot.cc +++ b/util/bsetroot.cc @@ -15,6 +15,7 @@ #include "bsetroot.hh" #include +using namespace std; bsetroot::bsetroot(int argc, char **argv, char *dpy_name) : BaseDisplay(argv[0], dpy_name) { @@ -120,10 +121,10 @@ bsetroot::~bsetroot(void) { delete [] pixmaps; } -#ifdef DEBUG + #ifdef DEBUG else cerr<<"~bsetroot: why don't we have any pixmaps?"<