summaryrefslogtreecommitdiff
path: root/src/BaseDisplay.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-04-14 14:28:02 +0000
committerDana Jansens <danakj@orodu.net>2002-04-14 14:28:02 +0000
commitffce7be32582e3e93ca4d18c751f5c4e250a661e (patch)
tree6ca6175878d261fd9e6026a4e9cf922916c9317f /src/BaseDisplay.h
parent9bf23ee332b5fb2d8093337c84d19d5b7a8e27ca (diff)
using references instead of pointers if possible in Image
Diffstat (limited to 'src/BaseDisplay.h')
-rw-r--r--src/BaseDisplay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BaseDisplay.h b/src/BaseDisplay.h
index 38f12ada..8504261e 100644
--- a/src/BaseDisplay.h
+++ b/src/BaseDisplay.h
@@ -142,7 +142,7 @@ protected:
public:
- BaseDisplay(char *, char * = 0);
+ BaseDisplay(const char *, char * = 0);
virtual ~BaseDisplay(void);
inline const Atom &getWMChangeStateAtom(void) const