X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fquery.h;h=d27a33ca32fae36613740434eeecd9ee136ccc9e;hb=76d66b222afff97cf367a3e7b8bfe045a62d0d57;hp=7ec2f4d718695885c8a493b6d5e564fa7e1c38d8;hpb=8ebe1a2bcb6bec3d8c4b4077b4c85830d9398c5d;p=yazpp-moved-to-github.git diff --git a/include/yaz++/query.h b/include/yaz++/query.h index 7ec2f4d..d27a33c 100644 --- a/include/yaz++/query.h +++ b/include/yaz++/query.h @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2000, Index Data. + * Copyright (c) 1998-2005, Index Data. * See the file LICENSE for details. * - * $Id: query.h,v 1.4 2005-09-22 12:40:45 adam Exp $ + * $Id: query.h,v 1.5 2005-09-23 13:11:04 adam Exp $ */ #ifndef YAZ_PP_QUERY_H @@ -18,7 +18,7 @@ class YAZ_EXPORT Yaz_Query { public: /// Print query in buffer described by str and len virtual void print (char *str, int len) = 0; - virtual ~Yaz_Query() = 0; + virtual ~Yaz_Query(); }; };