From e9f582ae978c5c1b6f2dea9bd9466f37fcb0564c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 28 Jun 2002 01:43:32 +0000 Subject: make getting a list of strings work right --- src/XAtom.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/XAtom.hh') diff --git a/src/XAtom.hh b/src/XAtom.hh index 839951a8..f4474a4a 100644 --- a/src/XAtom.hh +++ b/src/XAtom.hh @@ -207,7 +207,7 @@ public: bool getValue(Window win, Atoms atom, StringType type, std::string &value) const; bool getValue(Window win, Atoms atom, StringType type, - int &nelements, StringVect &strings) const; + unsigned long &nelements, StringVect &strings) const; void eraseValue(Window win, Atoms atom) const; -- cgit v1.2.3