This commit is contained in:
King_DuckZ 2020-02-17 22:17:06 +01:00
parent 27eff2f0ef
commit 4bc0157dcd
3020 changed files with 129849 additions and 76185 deletions

View file

@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* $Id: FunctionSerializeJSON.hpp 475 2008-01-08 18:47:44Z jpcs $
* $Id: FunctionSerializeJSON.hpp 659 2008-10-06 00:11:22Z jpcs $
*/
#ifndef _FUNCTIONSERIALIZEJSON_HPP
@ -33,7 +33,7 @@ public:
FunctionSerializeJSON(const VectorOfASTNodes &args, XPath2MemoryManager *memMgr);
virtual ASTNode *staticTyping(StaticContext *context);
virtual ASTNode *staticTypingImpl(StaticContext *context);
Sequence createSequence(DynamicContext* context, int flags=0) const;
};