summaryrefslogtreecommitdiff
path: root/util/bsetroot.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-08-08 23:07:24 +0000
committerDana Jansens <danakj@orodu.net>2002-08-08 23:07:24 +0000
commit01096f867493aed2efc2694c986811404288c1f1 (patch)
tree69be448dffccea605007a2c254c22ac6a2ac9d90 /util/bsetroot.hh
parent2d5e1c55f132a0a834eb28146fe60c8e2ca8e665 (diff)
sync with blackbox-cvs
Diffstat (limited to 'util/bsetroot.hh')
-rw-r--r--util/bsetroot.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/bsetroot.hh b/util/bsetroot.hh
index 7e09ff26..23e5e3d9 100644
--- a/util/bsetroot.hh
+++ b/util/bsetroot.hh
@@ -27,12 +27,13 @@
#include "../src/BaseDisplay.hh"
#include "../src/Image.hh"
+#include <string>
class bsetroot : public BaseDisplay {
private:
BImageControl **img_ctrl;
- char *fore, *back, *grad;
+ std::string fore, back, grad;
// no copying!!
bsetroot(const bsetroot &);