From ef02a0c8ae65f169157c90064a335303e964a4c1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 13 Jan 2003 05:54:40 +0000 Subject: almost done the ustring conversion --- otk/property.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/property.cc') 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); -- cgit v1.2.3