diff options
author | fluxgen <fluxgen> | 2002-01-20 12:21:14 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-01-20 12:21:14 (GMT) |
commit | d390abf93bf82f3839d8a5848758f7b947a1f864 (patch) | |
tree | da9e452f46f900c87d1ae5a7c500d144a38bdf6e /util | |
parent | d55ce44131b544469f8c9b51853e5bf0410d1ee5 (diff) | |
download | fluxbox_lack-d390abf93bf82f3839d8a5848758f7b947a1f864.zip fluxbox_lack-d390abf93bf82f3839d8a5848758f7b947a1f864.tar.bz2 |
fixed namespace
Diffstat (limited to 'util')
-rw-r--r-- | util/bsetroot.cc | 5 |
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> |
18 | using namespace std; | ||
18 | 19 | ||
19 | bsetroot::bsetroot(int argc, char **argv, char *dpy_name) | 20 | bsetroot::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; |