aboutsummaryrefslogtreecommitdiffhomepage
path: root/qbuffers.h
diff options
context:
space:
mode:
Diffstat (limited to 'qbuffers.h')
-rw-r--r--qbuffers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qbuffers.h b/qbuffers.h
index a6d016c..ce2645c 100644
--- a/qbuffers.h
+++ b/qbuffers.h
@@ -411,6 +411,8 @@ private:
};
class StateSetQRegString : public StateExpectString {
+public:
+ StateSetQRegString() : StateExpectString(false) {}
private:
State *done(const gchar *str) throw (Error);
};