diff options
Diffstat (limited to 'src/XAtom.hh')
| -rw-r--r-- | src/XAtom.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
