Fixed broken compilation of BFS; forgot to update the Query.h header.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2669 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-02-09 15:49:36 +00:00
parent 851a7b6fe7
commit 76f5cb0d86

View File

@ -47,7 +47,7 @@ class Expression {
class Query {
public:
Query(Volume *volume,Expression *expression);
Query(Volume *volume, Expression *expression, uint32 flags);
~Query();
status_t GetNextEntry(struct dirent *,size_t size);
@ -65,6 +65,7 @@ class Query {
Index fIndex;
Stack<Equation *> fStack;
uint32 fFlags;
port_id fPort;
int32 fToken;