aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/spawn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/spawn.h')
-rw-r--r--src/spawn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spawn.h b/src/spawn.h
index 6ae84fd..e65f18e 100644
--- a/src/spawn.h
+++ b/src/spawn.h
@@ -60,7 +60,7 @@ public:
StateEGCommand() : StateExpectQReg(true) {}
private:
- State *got_register(QRegister &reg);
+ State *got_register(QRegister *reg);
};
namespace States {