From ffce7be32582e3e93ca4d18c751f5c4e250a661e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 14 Apr 2002 14:28:02 +0000 Subject: using references instead of pointers if possible in Image --- src/BaseDisplay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/BaseDisplay.h') 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 -- cgit v1.2.3