aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/qregisters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qregisters.h')
-rw-r--r--src/qregisters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qregisters.h b/src/qregisters.h
index 840e442..4b1ad3d 100644
--- a/src/qregisters.h
+++ b/src/qregisters.h
@@ -383,7 +383,7 @@ private:
class StateMacroFile : public StateExpectFile {
private:
- State *done(const gchar *str) throw (Error);
+ State *done(const gchar *str) throw (Error, ReplaceCmdline);
};
class StateCopyToQReg : public StateExpectQReg {