summaryrefslogtreecommitdiff
path: root/otk/property.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-13 05:54:40 +0000
committerDana Jansens <danakj@orodu.net>2003-01-13 05:54:40 +0000
commitef02a0c8ae65f169157c90064a335303e964a4c1 (patch)
treef1a1bf6cfe05ee11545bfa811f5a2582e1906dce /otk/property.cc
parent5a90d2b671f01f29043ab82f909440de0abfa362 (diff)
almost done the ustring conversion
Diffstat (limited to 'otk/property.cc')
-rw-r--r--otk/property.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/property.cc b/otk/property.cc
index 232803cd..ab99cd89 100644
--- a/otk/property.cc
+++ b/otk/property.cc
@@ -382,7 +382,7 @@ bool Property::get(Window win, Atoms atom, StringType type,
bool Property::get(Window win, Atoms atom, StringType type,
- unsigned long *nelements, StringVect *strings) const
+ unsigned long *nelements, StringVect *strings) const
{
assert(atom >= 0 && atom < NUM_ATOMS);
assert(type >= 0 && type < NUM_STRING_TYPE);