aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/search.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/search.h')
-rw-r--r--src/search.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/search.h b/src/search.h
index 4506d7c..f5fd29e 100644
--- a/src/search.h
+++ b/src/search.h
@@ -23,6 +23,7 @@
#include "sciteco.h"
#include "parser.h"
#include "ring.h"
+#include "qregisters.h"
/*
* "S" command state and base class for all other search/replace commands
@@ -40,6 +41,8 @@ protected:
Buffer *from_buffer, *to_buffer;
} parameters;
+ QRegSpecMachine qreg_machine;
+
enum MatchState {
STATE_START,
STATE_NOT,