Initial marshalling support.
[shibboleth/xmltooling.git] / xmltooling / XMLObject.h
index 5ed3363..83e003e 100644 (file)
@@ -143,7 +143,7 @@ namespace xmltooling {
          * @param v     vector in which to store pointers to child objects\r
          * @return the number of children\r
          */\r
-        virtual size_t getOrderedChildren(std::vector<XMLObject*>& v)=0;\r
+        virtual size_t getOrderedChildren(std::vector<XMLObject*>& v) const=0;\r
  };\r
 \r
 };\r