aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-01-20 12:21:14 (GMT)
committerfluxgen <fluxgen>2002-01-20 12:21:14 (GMT)
commitd390abf93bf82f3839d8a5848758f7b947a1f864 (patch)
treeda9e452f46f900c87d1ae5a7c500d144a38bdf6e /util
parentd55ce44131b544469f8c9b51853e5bf0410d1ee5 (diff)
downloadfluxbox-d390abf93bf82f3839d8a5848758f7b947a1f864.zip
fluxbox-d390abf93bf82f3839d8a5848758f7b947a1f864.tar.bz2
fixed namespace
Diffstat (limited to 'util')
-rw-r--r--util/bsetroot.cc5
1 files 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 @@
15#include "bsetroot.hh" 15#include "bsetroot.hh"
16 16
17#include <iostream> 17#include <iostream>
18using namespace std;
18 19
19bsetroot::bsetroot(int argc, char **argv, char *dpy_name) 20bsetroot::bsetroot(int argc, char **argv, char *dpy_name)
20 : BaseDisplay(argv[0], dpy_name) { 21 : BaseDisplay(argv[0], dpy_name) {
@@ -120,10 +121,10 @@ bsetroot::~bsetroot(void) {
120 121
121 delete [] pixmaps; 122 delete [] pixmaps;
122 } 123 }
123#ifdef DEBUG 124 #ifdef DEBUG
124 else 125 else
125 cerr<<"~bsetroot: why don't we have any pixmaps?"<<endl; 126 cerr<<"~bsetroot: why don't we have any pixmaps?"<<endl;
126#endif // DEBUG 127 #endif // DEBUG
127 128
128 if (img_ctrl) { 129 if (img_ctrl) {
129 int i = 0; 130 int i = 0;