summaryrefslogtreecommitdiff
path: root/otk/property.cc
diff options
context:
space:
mode:
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);