aboutsummaryrefslogtreecommitdiff
path: root/courtroom.h
diff options
context:
space:
mode:
Diffstat (limited to 'courtroom.h')
-rw-r--r--courtroom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/courtroom.h b/courtroom.h
index 0dc7ba43..a27d902c 100644
--- a/courtroom.h
+++ b/courtroom.h
@@ -198,7 +198,7 @@ public:
//state is an number between 0 and 10 inclusive
void set_hp_bar(int p_bar, int p_state);
- void announce_case(QString title, bool def, bool pro, bool jud, bool jur);
+ void announce_case(QString title, bool def, bool pro, bool jud, bool jur, bool steno);
void check_connection_received();
@@ -551,7 +551,7 @@ public slots:
void mod_called(QString p_ip);
- void case_called(QString msg, bool def, bool pro, bool jud, bool jur);
+ void case_called(QString msg, bool def, bool pro, bool jud, bool jur, bool steno);
private slots:
void start_chat_ticking();