From feea21b250540c221da824bbba42e5117ff03307 Mon Sep 17 00:00:00 2001 From: dockes Date: Sat, 16 Dec 2006 07:15:19 +0000 Subject: [PATCH] *** empty log message *** --- src/internfile/Filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internfile/Filter.h b/src/internfile/Filter.h index 04c9c910..a6d41ef5 100644 --- a/src/internfile/Filter.h +++ b/src/internfile/Filter.h @@ -61,7 +61,7 @@ namespace Dijon /** What data a filter supports as input. * It can be either the whole document data, its file name, or its URI. */ - typedef enum { DOCUMENT_DATA=0, DOCUMENT_FILE_NAME, DOCUMENT_URI } DataInput; + typedef enum { DOCUMENT_DATA=0, DOCUMENT_STRING, DOCUMENT_FILE_NAME, DOCUMENT_URI } DataInput; /** Input properties supported by the filter. * - PREFERRED_CHARSET is the charset preferred by the client application.