libidav/davqlparser.h

changeset 87
ed21d95984bb
parent 86
ecba8bdf9741
child 88
4d6b03bd7034
--- a/libidav/davqlparser.h	Sat Apr 04 19:05:09 2015 +0200
+++ b/libidav/davqlparser.h	Sat Apr 04 19:45:58 2015 +0200
@@ -189,9 +189,9 @@
      */
     UcxList* setvalues;
     /**
-     * A DavQLExpression that denotes the queried path.
+     * A string that denotes the queried path.
      */
-    DavQLExpression* path;
+    sstr_t path;
     /**
      * Logical expression for selection.
      * <code>NULL</code>, if there is no where clause.

mercurial