diff options
Diffstat (limited to 'src/qregisters.h')
-rw-r--r-- | src/qregisters.h | 2 |
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 { |