From 0f5c2c89f20dc07c1e0f8e8a619850629825c9c3 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 14 Feb 2013 03:54:55 +0100 Subject: option for q-reg spec state machine to allocate (insert) new q-registers * enabled for all modifying Q-Reg commands --- src/cmdline.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cmdline.h') diff --git a/src/cmdline.h b/src/cmdline.h index 8747f63..443158f 100644 --- a/src/cmdline.h +++ b/src/cmdline.h @@ -35,6 +35,9 @@ void cmdline_keypress(gchar key); */ class StateSaveCmdline : public StateExpectQReg { +public: + StateSaveCmdline() : StateExpectQReg(true) {} + private: State *got_register(QRegister ®) throw (Error); }; -- cgit v1.2.3