X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyazpp%2Fquery.h;fp=include%2Fyazpp%2Fquery.h;h=8d4298c018f328935556d0095a26650778e1c0ec;hb=b68803f07a763804a784806082f484cb0c8b531a;hp=695d00705d33250ec09bdae127e7647163d4c08f;hpb=38140bf14e3fe76270ed12160eaf3bb29b428051;p=yazpp-moved-to-github.git diff --git a/include/yazpp/query.h b/include/yazpp/query.h index 695d007..8d4298c 100644 --- a/include/yazpp/query.h +++ b/include/yazpp/query.h @@ -2,12 +2,13 @@ * Copyright (c) 1998-2005, Index Data. * See the file LICENSE for details. * - * $Id: query.h,v 1.1 2006-03-29 13:14:15 adam Exp $ + * $Id: query.h,v 1.2 2007-03-20 07:54:11 adam Exp $ */ #ifndef YAZ_PP_QUERY_H #define YAZ_PP_QUERY_H +#include #include namespace yazpp_1 { @@ -17,7 +18,7 @@ namespace yazpp_1 { class YAZ_EXPORT Yaz_Query { public: /// Print query in buffer described by str and len - virtual void print (char *str, int len) = 0; + virtual void print (char *str, size_t len) = 0; virtual ~Yaz_Query(); }; };