You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
369 B
14 lines
369 B
Index: src/positions.h |
|
--- src/positions.h.orig 2003-04-07 11:48:19 +0200 |
|
+++ src/positions.h 2005-12-27 19:07:08 +0100 |
|
@@ -26,6 +26,10 @@ |
|
#ifndef positions_h |
|
#define positions_h 1 |
|
|
|
+/* Forward declarations */ |
|
+class PositionIterator; |
|
+class PositionReverseIterator; |
|
+ |
|
/* This class denotes a set of byte positions, used to access a keyword. */ |
|
|
|
class Positions
|
|
|