aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cmdline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmdline.h')
-rw-r--r--src/cmdline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmdline.h b/src/cmdline.h
index 034ab7f..b88599a 100644
--- a/src/cmdline.h
+++ b/src/cmdline.h
@@ -35,7 +35,7 @@ void cmdline_keypress(gchar key);
class StateSaveCmdline : public StateExpectQReg {
private:
- State *got_register(QRegister *reg) throw (Error);
+ State *got_register(QRegister &reg) throw (Error);
};
namespace States {