]> Dogcows Code - chaz/openbox/blobdiff - otk/property.cc
almost done the ustring conversion
[chaz/openbox] / otk / property.cc
index 232803cdd053b8e824ac8d8ca32ec5f6c860ab28..ab99cd8929d0de47470ad2c38d66eaa6e7c2431a 100644 (file)
@@ -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);
This page took 0.024899 seconds and 4 git commands to generate.